We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8af5b0 commit 704f9efCopy full SHA for 704f9ef
pkg/golinters/gomnd.go
@@ -14,7 +14,7 @@ func NewGoMND() *goanalysis.Linter {
14
15
return goanalysis.NewLinter(
16
"gomnd",
17
- "checks whether magic number is used",
+ "A analyzer to detect magic numbers.",
18
analyzers,
19
nil,
20
).WithLoadMode(goanalysis.LoadModeSyntax)
0 commit comments