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 4c5e1a1 commit 4ef629aCopy full SHA for 4ef629a
pkg/config/issues.go
@@ -97,7 +97,7 @@ var DefaultExcludePatterns = []ExcludePattern{
97
},
98
{
99
ID: "EXC0015",
100
- Pattern: `should have a package comment, unless it's in another file for this package`,
+ Pattern: `should have a package comment`,
101
Linter: "revive",
102
Why: "Annoying issue about not having a comment. The rare codebase has such comments",
103
0 commit comments