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 ab8bdce commit e047a5fCopy full SHA for e047a5f
pkg/golinters/goheader/goheader.go
@@ -51,7 +51,7 @@ func New(settings *config.GoHeaderSettings) *goanalysis.Linter {
51
52
return goanalysis.NewLinter(
53
linterName,
54
- "Checks is file header matches to pattern",
+ "Checks if file header matches to pattern",
55
[]*analysis.Analyzer{analyzer},
56
nil,
57
).WithIssuesReporter(func(*linter.Context) []goanalysis.Issue {
0 commit comments