We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4361f49 commit 9f56613Copy full SHA for 9f56613
.golangci.yml
@@ -77,6 +77,10 @@ issues:
77
- (Expect directory permissions to be 0750 or less|Expect file permissions to be 0600 or less)
78
- (G104|G307)
79
exclude-rules:
80
+ # This must be removed in v1alpha2, see issue #402
81
+ - linters:
82
+ - gosec
83
+ text: "G115: integer overflow conversion"
84
- linters:
85
- gosec
86
text: "G108: Profiling endpoint is automatically exposed on /debug/pprof"
0 commit comments