Skip to content

Commit

Permalink
Disable G115 linter rule
Browse files Browse the repository at this point in the history
This rule seems to be broken. More info on:
securego/gosec#1185
  • Loading branch information
gligneul committed Aug 21, 2024
1 parent 27187ad commit 65d8292
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 @@ -44,6 +44,7 @@ linters-settings:
gosec:
excludes:
- G404 # checks that random numbers are securely generated
- G115 # check is failing wrongly for integer conversions

govet:
enable-all: true
Expand Down

0 comments on commit 65d8292

Please sign in to comment.