Skip to content

Commit

Permalink
golangci.yml: do not limit max reported issues
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jun 10, 2021
1 parent 22ce0f8 commit 594c972
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/validate/golangci-lint.yml
Expand Up @@ -115,3 +115,9 @@ issues:
linters:
- structcheck
- unused

# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
max-issues-per-linter: 0

# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
max-same-issues: 0

0 comments on commit 594c972

Please sign in to comment.