File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ linters:
25
25
- exhaustive
26
26
- exhaustivestruct
27
27
- exhaustruct
28
+ - funlen
28
29
- gochecknoglobals
29
30
- gochecknoinits
30
31
- godox
@@ -51,9 +52,6 @@ linters:
51
52
linters-settings :
52
53
errcheck :
53
54
check-blank : true
54
- funlen :
55
- lines : 160
56
- statements : 75
57
55
gocognit :
58
56
min-complexity : 50
59
57
gocyclo :
@@ -78,10 +76,7 @@ issues:
78
76
- " Error return value of `cmd.MarkFlag.+` is not checked"
79
77
- " Error return value of `net.SplitHostPort` is not checked"
80
78
- " Error return value of `w.Write` is not checked"
81
- - " Function 'handle' has too many statements"
82
79
- " Limiter.WaitN` is not checked"
83
- - " Function 'runE' has too many statements"
84
- - " Function 'runE' is too long"
85
80
- " Temporary has been deprecated since Go 1.18 because it shouldn't be used"
86
81
- " `nop.+` is unused"
87
82
- " can be `expvar.Var`"
You can’t perform that action at this time.
0 commit comments