Skip to content

Commit

Permalink
chore(ci): update golangci rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianpaquier committed Mar 11, 2024
1 parent 8e4b8c9 commit a6b6188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ issues:
# - EXC0015 # should have a package comment
exclude:
- G303 # file creation in shared tmp directory without using os.CreateTemp
- G306 # Expect WriteFile permissions to be 0600 or less
- ST1003 # already covered by revive var-naming linter (package naming constraints)
exclude-rules:
# disable funlen for all _test.go files
Expand Down

0 comments on commit a6b6188

Please sign in to comment.