Skip to content

Commit faf3cfc

Browse files
asdf
1 parent 20bc482 commit faf3cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/linters/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ linters-settings:
3535
- shadowing
3636
gocyclo:
3737
# minimal code complexity to report, 30 by default
38-
min-complexity: 18
38+
min-complexity: 20
3939
maligned:
4040
# print struct with more effective memory layout or not, false by default
4141
suggest-new: true

0 commit comments

Comments
 (0)