Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure correct exit status on pre-commit (#523)
Pre-commit should return the status of the executed phing target, this will prevent code from being committed that doesn't meet the minimum requirements for the project. These checks can be skipped by specifying the `--no-verify` option when comitting.
- Loading branch information