Skip to content

Commit

Permalink
chore(linter): ignore integer overflow conversion uint -> int in main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Nov 26, 2024
1 parent 0f02c84 commit b2b6be3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ issues:
text: "integer overflow conversion uint -> int"
linters:
- gosec

- path: main.go
text: "integer overflow conversion uint -> int"
linters:
- gosec

0 comments on commit b2b6be3

Please sign in to comment.