Author: | Boris Guéry <guery.b@gmail.com> |
---|---|
Thansk to: | Remigijus Jarmalavicius <remigijus(a)jarmalavicius.lt> |
Thanks to: | Vytautas Povilaitis <php-checker(a)vytux.lt> |
GIT hook for PHP parse errors checking before commit.
If you looking same thing for Mercurial DCVS, check this out:
http://www.bitbucket.org/vytux/mercurial-plugin-4-syntax-checking
To install hook, copy pre-commit file to your project .git/hooks/pre-commit:
$ cp pre-commit .git/hooks/pre-commit; $ chmod +x .git/hooks/pre-commit;
Now, when you will make some modifications for code and will try to commit, GIT will stop you and tells where problem exist.
If you have found any bugs, please track them here:
https://github.com/borisguery/git-php-syntax-checker/issues