Commit graph

4 commits

Author SHA1 Message Date
Court Ewing
db2be0f411 Consolidate git file logic in lintStagedFiles task
We limit the amount of moving parts when it comes to parsing our staged
files in git by reusing the files_to_commit utility rather than the
now-defunct collectStagedFiles task.

Fixes #5781
2015-12-29 16:27:27 +00:00
Court Ewing
672555e6aa Check that all new files are snake cased
We removed the snake case check during precommit because it was
interfering with us getting features merged when dealing with legacy
files, but we do want to verify that any new files added have snake
cased names.

Fixes #5781
2015-12-29 16:27:27 +00:00
Jonathan Budzenski
aab3c9c17a Remove snake case check
Fixes #5779
2015-12-28 21:06:57 +00:00
spalger
fa6b99ab4d added check for snake_case filenames 2015-12-07 13:48:19 -07:00