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>2017-06-14 08:15:29 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 08:15:29 +0300
commit3770adbba36aa8d4188f058cf0a12df9c85c28cb (patch)
tree3b9975b7a391dd010e3e8036fcbe79912247df5f /.scrutinizer.yml
parent44929a3e7b93d2f939c02e7d52731ebd44fca8b6 (diff)
Move js/codemirror to js/vendor/codemirror
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.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 147efa653e..aba7a2e7d4 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -3,7 +3,7 @@ imports:
- javascript
- php
filter:
- excluded_paths: [js/vendor/*, js/codemirror/*]
+ excluded_paths: [js/vendor/*]
build:
dependencies:
before:
@@ -12,7 +12,7 @@ build:
tests:
override:
-
- command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/codemirror/*,*/build/*'
+ 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