Skip to content

Commit 69b81d3

Browse files
committed
allow more complication
1 parent 8913da1 commit 69b81d3

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)