Skip to content

Commit

Permalink
golangci: increase max fun len
Browse files Browse the repository at this point in the history
  • Loading branch information
Choraden committed Aug 31, 2023
1 parent b7e80ea commit 824b020
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 @@ -50,7 +50,7 @@ linters-settings:
errcheck:
check-blank: true
funlen:
lines: 140
lines: 160
statements: 75
gocognit:
min-complexity: 50
Expand Down

0 comments on commit 824b020

Please sign in to comment.