docs: shorten description for gochecknoglobals linter (#4505)

This commit is contained in:
Oleksandr Redko 2024-03-14 15:58:33 +02:00 committed by GitHub
parent c6ac5a12b9
commit e03399080c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ func NewGochecknoglobals() *goanalysis.Linter {
return goanalysis.NewLinter(
a.Name,
a.Doc,
"Check that no global variables exist.",
[]*analysis.Analyzer{a},
linterConfig,
).WithLoadMode(goanalysis.LoadModeTypesInfo)