Skip to content

Commit

Permalink
fix warning message from golangci-lint (#4043)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway authored Feb 4, 2025
1 parent 486937b commit cced656
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ linters-settings:
gosec:
excludes:
- G115 # integer overflow conversion int64 -> uint64
output:
uniq-by-line: false
issues:
exclude-rules:
- path: _test\.go
Expand All @@ -58,6 +56,7 @@ issues:
- forbidigo
max-issues-per-linter: 0
max-same-issues: 0
uniq-by-line: false
run:
issues-exit-code: 1
timeout: 10m

0 comments on commit cced656

Please # to comment.