-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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?