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 ec7301a commit 83cf89eCopy full SHA for 83cf89e
.golangci.yml
@@ -25,7 +25,6 @@ linters:
25
- errcheck
26
- errorlint
27
- funlen
28
- - filen
29
- gocheckcompilerdirectives
30
- gochecknoinits
31
@@ -77,10 +76,6 @@ linters-settings:
77
76
funlen:
78
lines: -1 # the number of lines (code + empty lines) is not a right metric and leads to code without empty line or one-liner.
79
statements: 50
80
- filen:
81
- min-lines-num: 5
82
- max-lines-num: 500
83
- ignore-comments: false
84
goconst:
85
min-len: 2
86
min-occurrences: 3
0 commit comments