Skip to content

Commit

Permalink
chore(ci): higher threshold for constants lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Oct 25, 2023
1 parent 5dcc32a commit 2343b82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ issues:
path: cmd/root.go

linters-settings:
goconst:
min-occurrences: 10
gomodguard:
blocked:
modules:
Expand Down

0 comments on commit 2343b82

Please sign in to comment.