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