aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 553b6ff78..8c4834bcf 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -39,6 +39,7 @@ linters:
- goprintffuncname
- godot
- gocognit
+ - funlen
disable:
- bodyclose
- depguard
@@ -85,6 +86,10 @@ linters-settings:
gocognit:
# TODO: consider reducing this value.
min-complexity: 70
+ funlen:
+ # TODO: consider reducing these value.
+ lines: 200
+ statements: 80
issues:
exclude-use-default: false