Skip to content

Commit

Permalink
Increase golangci funlen limit
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Popov <[email protected]>
  • Loading branch information
Vladimir Popov committed Aug 26, 2021
1 parent b2670b8 commit 12e2e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ linters-settings:
threshold: 150
funlen:
Lines: 150
Statements: 70
Statements: 80
goconst:
min-len: 2
min-occurrences: 2
Expand Down

0 comments on commit 12e2e75

Please sign in to comment.