Skip to content

Commit

Permalink
[golangci!]: Change cognitive-complexity to more reasonable value
Browse files Browse the repository at this point in the history
  • Loading branch information
dehwyy committed Jan 22, 2025
1 parent 910b65a commit 6561716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ linters-settings:
# - "bytes.Buffer.*"
# - "strings.Builder.*"

# - name: cognitive-complexity
# arguments:
# - 25
- name: cognitive-complexity
arguments:
- 25
# - name: cyclomatic
# arguments:
# - 25
Expand Down

0 comments on commit 6561716

Please sign in to comment.