Skip to content

Commit 56f1377

Browse files
authored
Merge pull request #5 from codeGROOVE-dev/fpr
Increase max funlen statements to 75
2 parents 83e73f8 + 69b81d3 commit 56f1377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ linters:
230230
# Checks the number of statements in a function.
231231
# If lower than 0, disable the check.
232232
# Default: 40
233-
statements: 60
233+
statements: 75
234234

235235
gochecksumtype:
236236
# Presence of `default` case in switch statements satisfies exhaustiveness, if all members are not listed.

0 commit comments

Comments
 (0)