Created
June 26, 2018 13:27
-
-
Save Tobi77/36fdebcf735ac4d83dbedd76c318fab7 to your computer and use it in GitHub Desktop.
squizlabs/php_codesniffer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| composer require squizlabs/php_codesniffer | |
| vendor/bin/phpcs --standard=PSR2 --report=checkstyle --report-file=../test/phpcs.xml --extensions=php typo3conf/ext/dw_* typo3conf/ext/xyz_* || echo "PHPCS found errors" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment