Skip to content

Commit

Permalink
add bidichk,exportloopref linters
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Apr 22, 2024
1 parent 14fbba0 commit 5b20bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run:

linters:
enable:
- bidichk
- bodyclose
# - depguard as of v1.54.2, the default config throws errors on our repo
- dogsled
Expand All @@ -11,6 +12,7 @@ linters:
# - funlen
# - gochecknoglobals
# - gochecknoinits
- exportloopref
- gocheckcompilerdirectives
- goconst
- gocritic
Expand Down

0 comments on commit 5b20bf3

Please sign in to comment.