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-16 13:19:10 +0300
committerMichal Čihař <michal@cihar.com>2016-06-16 13:19:10 +0300
commit41ff7714629c013f48856f3fb2dc49c54f0e7edc (patch)
tree0c8ee292065db132191e5948234bbaadf0e987f2 /.scrutinizer.yml
parentf593b9feb246172391012044cf7933003ea78afc (diff)
Add correct ignore list to phpcs
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 8722765841..fee21ab5f9 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -16,7 +16,7 @@ build:
tests:
override:
-
- command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data'
+ command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*,*/bfShapeFiles/*'
analysis:
file: 'cs-data' # The reporter filename
format: 'php-cs-checkstyle' # The supported format by Scrutinizer