Skip to content

Commit dde0213

Browse files
committed
Update gocyclo configuration
1 parent 7accbf3 commit dde0213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ linters-settings:
5555
- unnamedResult
5656
- whyNoLint
5757
gocyclo:
58-
min-complexity: 16
58+
min-complexity: 18
5959
lll:
6060
line-length: 200
6161
issues:

0 commit comments

Comments
 (0)