Skip to content

Commit cc3fad8

Browse files
committed
docs: shorten description for gochecknoglobals linter
1 parent c6ac5a1 commit cc3fad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/gochecknoglobals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func NewGochecknoglobals() *goanalysis.Linter {
1919

2020
return goanalysis.NewLinter(
2121
a.Name,
22-
a.Doc,
22+
"Check that no global variables exist.",
2323
[]*analysis.Analyzer{a},
2424
linterConfig,
2525
).WithLoadMode(goanalysis.LoadModeTypesInfo)

0 commit comments

Comments
 (0)