summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 8b00dd9..b30b33a 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,7 +1,7 @@
linters-settings:
gocyclo:
# minimal code complexity to report, 30 by default (but we recommend 10-20)
- min-complexity: 10
+ min-complexity: 12
gocritic:
disabled-checks:
- ifElseChain
@@ -18,4 +18,4 @@ linters:
- nakedret
- prealloc
- scopelint
- - gocritic \ No newline at end of file
+ - gocritic