We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652bd91 commit a07b1faCopy full SHA for a07b1fa
pkg/lint/lintersdb/validator.go
@@ -30,7 +30,7 @@ func (v Validator) validateLintersNames(cfg *config.Linters) error {
30
}
31
32
if len(unknownNames) > 0 {
33
- 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",
34
strings.Join(unknownNames, ","))
35
36
0 commit comments