PHP_CodeSniffer is a nifty little tool that lets you detect and fix code violations in PHP, JS and CSS files so that you can upkeep the high quality of your code.
The tool is best used as the final touch before the deployment:
PHP CodeSniffer action details
It supports MySource, PEAR, PHPCS, PSR1, PSR2, Squiz and Zend code standards. Two scripts can be used in the action:
phpcs
β tokenizes files the files to detect the violationsphbcbf
β automatically detects and corrects the errors (default)
Pipeline example
WARNING: Can't see integration with the service that you use? Drop a line to support@buddy.works with your use case and we'll add it to our to-do list.