Skip to content

Commit

Permalink
Merge pull request #661 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 committed Aug 22, 2024
2 parents ff2ba2b + f498758 commit e3936fd
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 e3936fd

Please sign in to comment.