Skip to content

Commit

Permalink
[no-relnote] Ignore integer overflow linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Oct 31, 2024
1 parent 6413d86 commit b459765
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 @@ -22,6 +22,9 @@ linters-settings:
local-prefixes: github.com/NVIDIA/k8s-device-plugin

issues:
exclude:
# Exclude all integer overflow errors on this branch.
- "G115: integer overflow conversion"
exclude-rules:
# We use math/rand instead of crypto/rand for unique names in e2e tests.
- path: tests/e2e/
Expand Down

0 comments on commit b459765

Please sign in to comment.