Skip to content

Commit

Permalink
chore: change golangci-lint min-complexity value (dragonflyoss#1188)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Mar 24, 2022
1 parent 4ce7cfa commit 55552cb
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 @@ -4,7 +4,7 @@ run:

linters-settings:
gocyclo:
min-complexity: 40
min-complexity: 42
gci:
local-prefixes: d7y.io/dragonfly/v2

Expand Down

0 comments on commit 55552cb

Please sign in to comment.