docs: suggest golangci-lint help linters (#2117)
This commit is contained in:
parent
652bd912af
commit
a07b1fa26b
@ -30,7 +30,7 @@ func (v Validator) validateLintersNames(cfg *config.Linters) error {
|
||||
}
|
||||
|
||||
if len(unknownNames) > 0 {
|
||||
return fmt.Errorf("unknown linters: '%v', run 'golangci-lint linters' to see the list of supported linters",
|
||||
return fmt.Errorf("unknown linters: '%v', run 'golangci-lint help linters' to see the list of supported linters",
|
||||
strings.Join(unknownNames, ","))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user