Skip to content

Commit

Permalink
docs: suggest golangci-lint help linters (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Beverley committed Aug 5, 2021
1 parent 652bd91 commit a07b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lint/lintersdb/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, ","))
}

Expand Down

0 comments on commit a07b1fa

Please sign in to comment.