You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 namefoo_bar.js
is written inkebab-case
.AFAIK
codeclimate-grep
is only searching for patterns inside a file and is unable to check the file name am I right?The text was updated successfully, but these errors were encountered: