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 a6bdf42 commit 69db489Copy full SHA for 69db489
.golangci.yml
@@ -2,7 +2,7 @@
2
linters-settings:
3
cyclop:
4
# NOTE: This is a very high transitional threshold
5
- max-complexity: 38
+ max-complexity: 37
6
package-average: 34.0
7
skip-tests: true
8
@@ -26,7 +26,7 @@ linters-settings:
26
default-signifies-exhaustive: true
27
28
nestif:
29
- min-complexity: 10
+ min-complexity: 8
30
31
nolintlint:
32
require-explanation: true
0 commit comments