stevenash / phpcd-pre-push-hook
test
Package info
github.com/SteveNashH/phpcs-pre-push-hook
Language:Shell
pkg:composer/stevenash/phpcd-pre-push-hook
dev-master
2020-01-09 09:07 UTC
This package is auto-updated.
Last update: 2026-03-09 22:17:45 UTC
README
phpcs-pre-push-hook.
Installing
$ composer require stevenash/phpcd-pre-push-hook -vvv
Or alternatively, include a dependency for wickedreports/phpcs-pre-commit-hook in your composer.json file manually:
{
"require-dev": {
"stevenash/phpcd-pre-push-hook": "*"
}
}
To enable code sniff, аdd to post-install-cmd and post-update-cmd in composer.json installation script:
"scripts": {
"post-install-cmd": [
"Stevenash\\PhpcdPrePushHook\\Installer::postInstall"
],
"post-update-cmd": [
"Stevenash\\PhpcdPrePushHook\\Installer::postInstall"
]
}
Usage
TODO
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT