Skip to content

Commit 6b8c6f8

Browse files
committed
Increase max-complexity
1 parent 6616671 commit 6b8c6f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ linters:
2828
- varcheck
2929

3030
linters-settings:
31+
cyclop:
32+
max-complexity: 15
3133
govet:
3234
check-shadowing: true
3335
gci:

0 commit comments

Comments
 (0)