Skip to content

Instantly share code, notes, and snippets.

@Tobi77
Created June 26, 2018 13:27
Show Gist options
  • Select an option

  • Save Tobi77/36fdebcf735ac4d83dbedd76c318fab7 to your computer and use it in GitHub Desktop.

Select an option

Save Tobi77/36fdebcf735ac4d83dbedd76c318fab7 to your computer and use it in GitHub Desktop.
squizlabs/php_codesniffer
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