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 d9c1d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ linters-settings:
dupl:
threshold: 150
funlen:
Lines: 150
Statements: 70
Lines: 170
Statements: 80
goconst:
min-len: 2
min-occurrences: 2
Expand Down

0 comments on commit d9c1d98

Please sign in to comment.