File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,13 @@ linters:
230230 - zz_generated.*\.go$
231231 - vendored_openapi\.go$
232232 - internal/apis/.*
233+ # We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant
234+ # changes in PRs and avoid nitpicking.
235+ presets :
236+ - comments
237+ - common-false-positives
238+ - legacy
239+ - std-error-handling
233240 rules :
234241 # Specific exclude rules for deprecated fields that are still part of the codebase. These
235242 # should be removed as the referenced deprecated item is removed from the project.
@@ -372,9 +379,6 @@ linters:
372379issues :
373380 max-issues-per-linter : 0
374381 max-same-issues : 0
375- # We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant
376- # changes in PRs and avoid nitpicking.
377- exclude-use-default : false
378382formatters :
379383 enable :
380384 - gci # ensures imports are organized
You can’t perform that action at this time.
0 commit comments