Skip to content

Commit eb6cec0

Browse files
committed
[no-relnote] Ignore integer overflow in golangci-lint
Signed-off-by: Evan Lezar <[email protected]>
1 parent 4324aee commit eb6cec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ issues:
2323
exclude:
2424
# The legacy hook relies on spec.Hooks.Prestart, which is deprecated as of the v1.2.0 OCI runtime spec.
2525
- "SA1019:(.+).Prestart is deprecated(.+)"
26+
# TODO: We should address each of the following integer overflows.
27+
- "G115: integer overflow conversion(.+)"
2628
exclude-rules:
2729
# Exclude the gocritic dupSubExpr issue for cgo files.
2830
- path: internal/dxcore/dxcore.go

0 commit comments

Comments
 (0)