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 9917344 commit 79cacefCopy full SHA for 79cacef
.golangci.yml
@@ -87,6 +87,11 @@ linters:
87
text: 'SA1019: (.+)Secret is deprecated: Use AdditionalSecrets instead.'
88
- path: pkg/config/validation.go
89
90
+ # The following exceptions apply only to existing packages that need refactoring.
91
+ # The rule remains enabled globally.
92
+ - path: ^pkg/(cli/util|server/types|snapshot/types|syncer/types|util|plugin/types)/[^/]+\.go$
93
+ linters: [revive]
94
+ text: avoid meaningless package names
95
paths:
96
- licenses
97
# Paths below are added by 'golangci-lint migrate' when migrating from v1 to v2. They are the
0 commit comments