I'm having an issue understanding whereas codeclimate-grep is capable of checking file naming conventions. What I want to achieve is to check whether a file name foo_bar.js is written in kebab-case.
AFAIK codeclimate-grep is only searching for patterns inside a file and is unable to check the file name am I right?
I'm having an issue understanding whereas
codeclimate-grepis capable of checking file naming conventions. What I want to achieve is to check whether a file namefoo_bar.jsis written inkebab-case.AFAIK
codeclimate-grepis only searching for patterns inside a file and is unable to check the file name am I right?