Skip to content

Commit

Permalink
fix(ci): ignore gosec integer overflow conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed Sep 12, 2024
1 parent 875a83a commit 120fd79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ issues:
- text: "weak random number generator"
linters:
- gosec
- text: "integer overflow conversion"
linters:
- gosec
- text: "at least one file in a package should have a package comment"
linters:
- stylecheck
Expand Down

0 comments on commit 120fd79

Please sign in to comment.