Skip to content

Commit

Permalink
fix: skip the gosec G115
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Sep 23, 2024
1 parent fc7244a commit ef2fa9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ issues:
max-same-issues: 50

linters-settings:
gosec:
excludes:
- G115 # FIXME temporarily suppress 'G115: integer overflow conversion': it produces many hits, some of which may be false positives, and need to be looked at;
dogsled:
max-blank-identifiers: 3
misspell:
Expand Down

0 comments on commit ef2fa9f

Please sign in to comment.