Skip to content

Commit 9f56613

Browse files
committed
lint: ignore integer overflow conversions REVERT IN v1alpha2
1 parent 4361f49 commit 9f56613

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ issues:
7777
- (Expect directory permissions to be 0750 or less|Expect file permissions to be 0600 or less)
7878
- (G104|G307)
7979
exclude-rules:
80+
# This must be removed in v1alpha2, see issue #402
81+
- linters:
82+
- gosec
83+
text: "G115: integer overflow conversion"
8084
- linters:
8185
- gosec
8286
text: "G108: Profiling endpoint is automatically exposed on /debug/pprof"

0 commit comments

Comments
 (0)