Skip to content

Commit a07b1fa

Browse files
author
Tyler Beverley
authored
docs: suggest golangci-lint help linters (#2117)
1 parent 652bd91 commit a07b1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (v Validator) validateLintersNames(cfg *config.Linters) error {
3030
}
3131

3232
if len(unknownNames) > 0 {
33-
return fmt.Errorf("unknown linters: '%v', run 'golangci-lint linters' to see the list of supported linters",
33+
return fmt.Errorf("unknown linters: '%v', run 'golangci-lint help linters' to see the list of supported linters",
3434
strings.Join(unknownNames, ","))
3535
}
3636

0 commit comments

Comments
 (0)