We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6616671 commit 6b8c6f8Copy full SHA for 6b8c6f8
.golangci.yml
@@ -28,6 +28,8 @@ linters:
28
- varcheck
29
30
linters-settings:
31
+ cyclop:
32
+ max-complexity: 15
33
govet:
34
check-shadowing: true
35
gci:
0 commit comments