Skip to content

Commit

Permalink
Make cyclo complexity ceiling consistent with other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Apr 27, 2023
1 parent 20f1b98 commit 7fe9029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run:

linters-settings:
gocyclo:
min-complexity: 40
min-complexity: 25
depguard:
list-type: blacklist
packages:
Expand Down

0 comments on commit 7fe9029

Please sign in to comment.