Skip to content

Commit

Permalink
Ignore G115 gosec warning
Browse files Browse the repository at this point in the history
Ignores gosec warning about int overflows.
  • Loading branch information
ctlong committed Sep 6, 2024
1 parent a863e11 commit c05d293
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 @@ -17,6 +17,9 @@ linters-settings:
# Minimal code complexity to report.
# https://github.com/fzipp/gocyclo#readme
min-complexity: 28
gosec:
excludes:
- G115
issues:
# Disable max issues per linter.
max-issues-per-linter: 0
Expand Down

0 comments on commit c05d293

Please sign in to comment.