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(
|
return goanalysis.NewLinter(
|
||||||
linterName,
|
linterName,
|
||||||
"Checks is file header matches to pattern",
|
"Checks if file header matches to pattern",
|
||||||
[]*analysis.Analyzer{analyzer},
|
[]*analysis.Analyzer{analyzer},
|
||||||
nil,
|
nil,
|
||||||
).WithIssuesReporter(func(*linter.Context) []goanalysis.Issue {
|
).WithIssuesReporter(func(*linter.Context) []goanalysis.Issue {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user