Skip to content

Commit

Permalink
chore: disable gosec G115 int->uint conversion check
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Sep 13, 2024
1 parent 54e3d5e commit 37c9d09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prover/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ linters-settings:
- all
- '-SA1019' # disable the rule against deprecated code
- '-SA1006'
gosec:
excludes:
- G115 # Conversions from int -> uint etc

0 comments on commit 37c9d09

Please sign in to comment.