cflint / CFLint

Static code analysis for CFML (a linter)
BSD 3-Clause "New" or "Revised" License
174 stars 84 forks source link

allow .cflint as well as .cflintrc to be used for config #717

Open dawesi opened 2 years ago

dawesi commented 2 years ago

No idea why you need the 'rc' on the config file name, but wondering since you've made that unusual design decisions if you could also allow .cflint to be used for config file as that makes more sense and is easier to understand for other developers.

KamasamaK commented 2 years ago

It's not that unusual. Other linters, such as ESLint, also use the rc ending. What issue are you finding with it?