Skip to content

Commit

Permalink
fix: update default exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 7, 2022
1 parent 247dd54 commit 82fca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/issues.go
Expand Up @@ -97,7 +97,7 @@ var DefaultExcludePatterns = []ExcludePattern{
},
{
ID: "EXC0015",
Pattern: `should have a package comment, unless it's in another file for this package`,
Pattern: `should have a package comment`,
Linter: "revive",
Why: "Annoying issue about not having a comment. The rare codebase has such comments",
},
Expand Down

0 comments on commit 82fca4f

Please sign in to comment.