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

Add pre-commit hook for project development #8

Closed stevegrunwell closed 6 years ago

stevegrunwell commented 6 years ago

This PR adds a pre-commit Git hook, which runs all code in Smee through PHP_CodeSniffer against PSR-2 coding standards.

Fixes #7.