Skip to content

Commit

Permalink
remove the G115 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBelling committed Sep 13, 2024
1 parent 6eb6bd8 commit 6eff444
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 6eff444

Please sign in to comment.