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