Skip to content

Commit

Permalink
[linter] Exclude G115 - integer overflow
Browse files Browse the repository at this point in the history
When the language has no solution to check the overflow in time of convert, so linter shouldn't check the overflow.
  • Loading branch information
jbygdell committed Sep 9, 2024
1 parent 610ac3f commit cfde072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: golangci/[email protected]
with:
version: latest
args: -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck --exclude G401,G501,G107
args: -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck --exclude G401,G501,G107,G115

0 comments on commit cfde072

Please sign in to comment.