We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4324aee commit eb6cec0Copy full SHA for eb6cec0
.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