Skip to content

Commit

Permalink
Update gocyclo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed May 22, 2023
1 parent 7accbf3 commit dde0213
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 @@ -55,7 +55,7 @@ linters-settings:
- unnamedResult
- whyNoLint
gocyclo:
min-complexity: 16
min-complexity: 18
lll:
line-length: 200
issues:
Expand Down

0 comments on commit dde0213

Please sign in to comment.