Skip to content

Commit

Permalink
update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Feb 16, 2024
1 parent 0937d78 commit 292c3b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ linters-settings:
govet:
check-shadowing: false
gocognit:
over: 15
min-complexity: 15
gocyclo:
min-complexity: 15
lll:
Expand Down Expand Up @@ -91,6 +91,6 @@ linters:


issues:
max-per-linter: 0
max-same: 0
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 0
exclude-use-default: false

0 comments on commit 292c3b1

Please sign in to comment.