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 5c81c49 commit cb3f3a5Copy full SHA for cb3f3a5
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