mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
docs: suggest golangci-lint help linters (#2117)
This commit is contained in:
parent
652bd912af
commit
a07b1fa26b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue