Skip to content

Commit

Permalink
Merge pull request #662 from elezar/fix-golangci-lint
Browse files Browse the repository at this point in the history
[no-relnote] Ignore integer overflow in golangci-lint
  • Loading branch information
elezar authored Aug 22, 2024
2 parents 4324aee + eb6cec0 commit 4071466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ issues:
exclude:
# The legacy hook relies on spec.Hooks.Prestart, which is deprecated as of the v1.2.0 OCI runtime spec.
- "SA1019:(.+).Prestart is deprecated(.+)"
# TODO: We should address each of the following integer overflows.
- "G115: integer overflow conversion(.+)"
exclude-rules:
# Exclude the gocritic dupSubExpr issue for cgo files.
- path: internal/dxcore/dxcore.go
Expand Down

0 comments on commit 4071466

Please sign in to comment.