Skip to content

Commit

Permalink
fix: wrong config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed Oct 16, 2023
1 parent 89059e6 commit c212984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ls_lint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {
var filesystem = os.DirFS(*flagWorkdir)

if len(flagConfig) == 0 {
flagConfig = _flag.Config{".ls-lint.yaml"}
flagConfig = _flag.Config{".ls-lint.yml"}
}

var lslintConfig = config.NewConfig(make(config.Ls), make([]string, 0))
Expand Down

0 comments on commit c212984

Please sign in to comment.