Translated using Weblate (Norwegian Bokmål)
[phpmyadmin.git] / .scrutinizer.yml
blob8aa63a55826fb855d930f9d448638497fecedf3e
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             - composer require tecnickcom/tcpdf pragmarx/google2fa bacon/bacon-qr-code samyoul/u2f-php-server
14             - ./vendor/bin/phpcs --config-set installed_paths `pwd`/vendor/phpmyadmin/coding-standard
15     tests:
16         override:
17             -
18                 command: './vendor/bin/phpcs  --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/build/*'
19                 analysis:
20                     file: 'cs-data'                 # The reporter filename
21                     format: 'php-cs-checkstyle'     # The supported format by Scrutinizer