Update gomnd.go
This commit is contained in:
parent
c8af5b0927
commit
704f9efede
@ -14,7 +14,7 @@ func NewGoMND() *goanalysis.Linter {
|
||||
|
||||
return goanalysis.NewLinter(
|
||||
"gomnd",
|
||||
"checks whether magic number is used",
|
||||
"A analyzer to detect magic numbers.",
|
||||
analyzers,
|
||||
nil,
|
||||
).WithLoadMode(goanalysis.LoadModeSyntax)
|
||||
|
Loading…
x
Reference in New Issue
Block a user