We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bfe34 commit bad2b67Copy full SHA for bad2b67
.golangci.yml
@@ -230,13 +230,6 @@ linters:
230
- zz_generated.*\.go$
231
- vendored_openapi\.go$
232
- 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
240
rules:
241
# Specific exclude rules for deprecated fields that are still part of the codebase. These
242
# should be removed as the referenced deprecated item is removed from the project.
0 commit comments