Skip to content

Commit 120fd79

Browse files
committed
fix(ci): ignore gosec integer overflow conversion
1 parent 875a83a commit 120fd79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ issues:
8181
- text: "weak random number generator"
8282
linters:
8383
- gosec
84+
- text: "integer overflow conversion"
85+
linters:
86+
- gosec
8487
- text: "at least one file in a package should have a package comment"
8588
linters:
8689
- stylecheck

0 commit comments

Comments
 (0)