We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90834e3 commit fd3ae37Copy full SHA for fd3ae37
config/config.go
@@ -39,7 +39,7 @@ func Parse(confPath string) (*lint.Config, error) {
39
}
40
41
if conf.Formatter == "" {
42
- return nil, errors.New("conf error: formatter is empty")
+ return nil, errors.New("config error: formatter is empty")
43
44
45
err = isValidVersion(conf.MinVersion)
0 commit comments