Update pkg/golinters/gomnd.go
Co-Authored-By: Simon Sawert <simon@sawert.se>
This commit is contained in:
parent
704f9efede
commit
d9363991ed
@ -14,7 +14,7 @@ func NewGoMND() *goanalysis.Linter {
|
||||
|
||||
return goanalysis.NewLinter(
|
||||
"gomnd",
|
||||
"A analyzer to detect magic numbers.",
|
||||
"An analyzer to detect magic numbers.",
|
||||
analyzers,
|
||||
nil,
|
||||
).WithLoadMode(goanalysis.LoadModeSyntax)
|
||||
|
Loading…
x
Reference in New Issue
Block a user