We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4324aee + eb6cec0 commit 4071466Copy full SHA for 4071466
.golangci.yml
@@ -23,6 +23,8 @@ issues:
23
exclude:
24
# The legacy hook relies on spec.Hooks.Prestart, which is deprecated as of the v1.2.0 OCI runtime spec.
25
- "SA1019:(.+).Prestart is deprecated(.+)"
26
+ # TODO: We should address each of the following integer overflows.
27
+ - "G115: integer overflow conversion(.+)"
28
exclude-rules:
29
# Exclude the gocritic dupSubExpr issue for cgo files.
30
- path: internal/dxcore/dxcore.go
0 commit comments