docs: fix typo in goheader linter desc (#5009)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
de1bf4997f
commit
b2d4c315fc
@ -51,7 +51,7 @@ func New(settings *config.GoHeaderSettings) *goanalysis.Linter {
|
||||
|
||||
return goanalysis.NewLinter(
|
||||
linterName,
|
||||
"Checks is file header matches to pattern",
|
||||
"Checks if file header matches to pattern",
|
||||
[]*analysis.Analyzer{analyzer},
|
||||
nil,
|
||||
).WithIssuesReporter(func(*linter.Context) []goanalysis.Issue {
|
||||
|
Loading…
x
Reference in New Issue
Block a user