Skip to content

Commit fd3ae37

Browse files
refactor(config): update config error message
1 parent 90834e3 commit fd3ae37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func Parse(confPath string) (*lint.Config, error) {
3939
}
4040

4141
if conf.Formatter == "" {
42-
return nil, errors.New("conf error: formatter is empty")
42+
return nil, errors.New("config error: formatter is empty")
4343
}
4444

4545
err = isValidVersion(conf.MinVersion)

0 commit comments

Comments
 (0)