We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6413d86 commit b459765Copy full SHA for b459765
.golangci.yml
@@ -22,6 +22,9 @@ linters-settings:
22
local-prefixes: github.com/NVIDIA/k8s-device-plugin
23
24
issues:
25
+ exclude:
26
+ # Exclude all integer overflow errors on this branch.
27
+ - "G115: integer overflow conversion"
28
exclude-rules:
29
# We use math/rand instead of crypto/rand for unique names in e2e tests.
30
- path: tests/e2e/
0 commit comments