PHP Static Analysis Hook configures GIT pre-commit hook to run a few static analysis tools and block the commit if any of the tools detects code issues. It also symlinks hook to Composer's bin-dir, so that it's code can be versioned in the repository.
Stars
4
Forks
0
Watchers
4
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
4
commits
1
commits
Enabled ignoring rules not followed by Symfony2 framework (ruleset specified in phpmd/symfony-variables.xml)
77b02e8View on GitHubMerge branch 'master' of https://github.com/wozinski/php-static-analysis-hook
3b92f70View on GitHubEnabled running pre-commit hook in ignore-errors mode
63ae85fView on GitHubEnabled running pre-commit hook in ignore-errors mode
d75acc6View on GitHubremoved post-install-cmd from composer.json, as it is not run by root packages anyway
bc01cafView on GitHub