Skip to content

Commit

Permalink
Merge pull request #161 from neicnordic/hotfix/linter
Browse files Browse the repository at this point in the history
[linter] Exclude `G115 - integer overflow`
  • Loading branch information
jbygdell authored Sep 10, 2024
2 parents 610ac3f + cfde072 commit 82d00c3
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 82d00c3

Please sign in to comment.