Created
January 28, 2015 05:13
-
-
Save mechastorm/e1e4867e21987cd78342 to your computer and use it in GitHub Desktop.
Example of adding a pre-commit hook to your .pre-commit-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- repo: http://source/to/your/hook/repo/url | |
sha: master | |
hooks: | |
- id: php-lint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment