From b2d4c315fc72a2d79ca3be5401300425ae315666 Mon Sep 17 00:00:00 2001 From: Li Zeghong Date: Thu, 12 Sep 2024 23:13:34 +0800 Subject: [PATCH] docs: fix typo in goheader linter desc (#5009) Co-authored-by: Fernandez Ludovic --- pkg/golinters/goheader/goheader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/golinters/goheader/goheader.go b/pkg/golinters/goheader/goheader.go index 14d517fb..c6b1aae6 100644 --- a/pkg/golinters/goheader/goheader.go +++ b/pkg/golinters/goheader/goheader.go @@ -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 {