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:
authorMichal Čihař <michal@cihar.com>2016-06-24 16:50:12 +0300
committerMichal Čihař <michal@cihar.com>2016-06-24 16:52:40 +0300
commit7d650bd548b942e44dc82a3bc46d7bbd14a164b8 (patch)
tree5de82cd49173226fa774e96ee9ef5f567b04f6f4 /.scrutinizer.yml
parent3e37e0c92f857e7129866ad7c897449a91c25a42 (diff)
Use phpmyadmin/shapefile instead of embedded bfShapeFile
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 4f030c2b73..c91349df10 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -3,7 +3,7 @@ imports:
- javascript
- php
filter:
- excluded_paths: [libraries/bfShapeFiles/*, js/jquery/*, js/jqplot/*, js/openlayers/*, js/codemirror/*, js/canvg/*, js/tracekit/*, js/sprintf.js]
+ excluded_paths: [js/jquery/*, js/jqplot/*, js/openlayers/*, js/codemirror/*, js/canvg/*, js/tracekit/*, js/sprintf.js]
build:
dependencies:
before:
@@ -12,7 +12,7 @@ build:
tests:
override:
-
- command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*,*/bfShapeFiles/*'
+ command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*
analysis:
file: 'cs-data' # The reporter filename
format: 'php-cs-checkstyle' # The supported format by Scrutinizer