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 20bc482 commit faf3cfcCopy full SHA for faf3cfc
.github/linters/.golangci.yml
@@ -35,7 +35,7 @@ linters-settings:
35
- shadowing
36
gocyclo:
37
# minimal code complexity to report, 30 by default
38
- min-complexity: 18
+ min-complexity: 20
39
maligned:
40
# print struct with more effective memory layout or not, false by default
41
suggest-new: true
0 commit comments