Skip to content

Commit

Permalink
Increase cyclomatic complexity limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Oct 27, 2021
1 parent 462be73 commit 257a160
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 @@ -24,6 +24,6 @@ linters-settings:
lll:
line-length: 170
gocyclo:
min-complexity: 20
min-complexity: 25
golint:
min-confidence: 0.85

0 comments on commit 257a160

Please sign in to comment.