Skip to content

Commit

Permalink
exclude G115 rule from gosec linter (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
AKorpusenko authored Aug 22, 2024
1 parent a8881d8 commit e7b9cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ output:

# all available settings of specific linters
linters-settings:
gosec:
# TODO: fix all issues with int overflow and return this rule back
excludes:
- G115
dogsled:
# checks assignments with too many blank identifiers; default is 2
max-blank-identifiers: 2
Expand Down

0 comments on commit e7b9cfa

Please sign in to comment.