Skip to content

Commit

Permalink
Update comments in .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayBenson94 committed Sep 19, 2023
1 parent 5bf4e5b commit 354e520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Expand Up @@ -2,6 +2,7 @@ linters-settings:
gosec:
# Currently excluding rule G602 due to issue slowing down execution
# https://github.com/securego/gosec/issues/1010
# If we ever re-enable this rule, make sure https://github.com/securego/gosec/issues/1005 is also fixed
excludes:
- "G602"
govet:
Expand Down

0 comments on commit 354e520

Please sign in to comment.