#!/usr/bin/env sh
./vendor/bin/phpcs --report=checkstyle --report-file=tests/build/logs/checkstyle.xml --standard=tests/build/config/phpcs.xml --ignore=*.html.php,*.config.php,*.twig.php packages
php ./tests/build/scripts/checkstyle.php
