diff --git a/hack/validate/golangci-lint.yml b/hack/validate/golangci-lint.yml index 7f1f9c4396b9d..c2081ed83fd71 100644 --- a/hack/validate/golangci-lint.yml +++ b/hack/validate/golangci-lint.yml @@ -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