Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-01-10 23:24:18 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-01-10 23:24:18 +0300
commitcf91d668e5ecfc580bff082e7fb6d82964a04ae3 (patch)
treef10c0495f40bc597b40c4297df3bb8430edc7fb8 /.scrutinizer.yml
parent16881693f41d445e8848519f045d1db99d7c6251 (diff)
parenta3d7b57a88b6bf836783d9aa85d0c5e15e00ad06 (diff)
Merge branch 'QA_4_8'
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index f419e19d0e..06beba212e 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -3,13 +3,18 @@ imports:
- javascript
- php
filter:
- excluded_paths: [js/vendor/*]
+ excluded_paths:
+ - build/
+ - js/vendor/
+ - node_modules/
+ - tmp/
+ - vendor/
checks:
javascript: true
php: true
build:
nodes:
- test:
+ analysis:
environment:
php: 7.1
node: 8
@@ -17,12 +22,7 @@ build:
before:
- composer install
- composer require tecnickcom/tcpdf pragmarx/google2fa-qrcode samyoul/u2f-php-server
- - ./vendor/bin/phpcs --config-set installed_paths `pwd`/vendor/phpmyadmin/coding-standard
tests:
override:
- php-scrutinizer-run
- -
- command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/build/*'
- analysis:
- file: 'cs-data' # The reporter filename
- format: 'php-cs-checkstyle' # The supported format by Scrutinizer
+ - phpcs-run