Skip to content

Commit 82fca4f

Browse files
committed
fix: update default exclusions
1 parent 247dd54 commit 82fca4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/issues.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var DefaultExcludePatterns = []ExcludePattern{
9797
},
9898
{
9999
ID: "EXC0015",
100-
Pattern: `should have a package comment, unless it's in another file for this package`,
100+
Pattern: `should have a package comment`,
101101
Linter: "revive",
102102
Why: "Annoying issue about not having a comment. The rare codebase has such comments",
103103
},

0 commit comments

Comments
 (0)