1 # scrutinizer-ci.com configuration
6 excluded_paths: [js/vendor/*]
13 - ./vendor/bin/phpcs --config-set installed_paths `pwd`/vendor/phpmyadmin/coding-standard
17 command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/build/*'
19 file: 'cs-data' # The reporter filename
20 format: 'php-cs-checkstyle' # The supported format by Scrutinizer