Skip to content

Commit 704f9ef

Browse files
tommy-muehletpounds
authored andcommitted
Update gomnd.go
1 parent c8af5b0 commit 704f9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/gomnd.go

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

1515
return goanalysis.NewLinter(
1616
"gomnd",
17-
"checks whether magic number is used",
17+
"A analyzer to detect magic numbers.",
1818
analyzers,
1919
nil,
2020
).WithLoadMode(goanalysis.LoadModeSyntax)

0 commit comments

Comments
 (0)