Translated using Weblate (Estonian)
[phpmyadmin.git] / .scrutinizer.yml
blobc4e2091253428fd79feaab45dcd987e3c6b10355
1 # scrutinizer-ci.com configuration
2 imports:
3     - javascript
4     - php
5 filter:
6     excluded_paths: [js/vendor/*]
7 checks:
8     javascript: true
9 build:
10     dependencies:
11         before:
12             - composer install
13             - ./vendor/bin/phpcs --config-set installed_paths `pwd`/vendor/phpmyadmin/coding-standard
14     tests:
15         override:
16             -
17                 command: './vendor/bin/phpcs  --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/build/*'
18                 analysis:
19                     file: 'cs-data'                 # The reporter filename
20                     format: 'php-cs-checkstyle'     # The supported format by Scrutinizer