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 7ec91fb commit 4505e32Copy full SHA for 4505e32
.golangci.yml
@@ -1,30 +1,10 @@
1
linters-settings:
2
cyclop:
3
package-average: 7
4
- gocritic:
5
- disabled-checks:
6
- # # didn't find
7
- # - parallelize
8
- - nestingReduce
9
- - hugeParam
10
11
- # - hugeStruct
12
13
- # - nestParam
14
15
- # - prealloc
16
govet:
17
enable:
18
- shadow
19
- tests
20
- # # Deprecated
21
- # golint:
22
- # enabled: true
23
- # min-confidence: 0.8
24
25
- # scopelint:
26
27
- # tests: true
28
29
# Configuration for golangci-lint that is suitable for a Kubernetes operator project built with Golang
30
linters:
0 commit comments