stable

Clone or download

Read-only

Fix hook chain

Part of epic #12142 Baseline v1 No githooks where executed. `basename "$0"` did not return `pre-commit` when baseline hook-chain called tuleap hook-chain. `pre-commit-02-phpcs` executes `./src/vendor/bin/phpcs`, so we have to provide this binary in baseline plugin. This explains `src/composer.json`. Change-Id: If29161af8d128d76388603aac25d22b67104c727

Modified Files

Name
M Makefile +7 −1 Go to diff View file
A src/composer.json +11 −0 Go to diff View file
A src/composer.lock +72 −0 Go to diff View file
M tools/utils/githooks/hook-chain +21 −3 Go to diff View file