stevegrunwell / smee

ABANDONED: Please use https://github.com/BrainMaestro/composer-git-hooks instead! Library for automatically copying Git hooks into a project.
MIT License
2 stars 0 forks source link

Change all instances of underscores in hook names to dashes #6

Closed stevegrunwell closed 6 years ago

stevegrunwell commented 6 years ago

In some earlier tests, there were hooks like pre_commit. It doesn't hurt anything, since we're not running filenames against a whitelist of valid Git hooks, but it would be better if the hook names were consistently valid.