diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 3db6210f98..e8d5f211be 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -3,7 +3,7 @@ imports: - javascript - php filter: - excluded_paths: [js/vendor/*, js/jqplot/*, js/openlayers/*, js/codemirror/*, js/sprintf.js] + excluded_paths: [js/vendor/*, js/jqplot/*, js/codemirror/*, 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/*,*/codemirror/*,*/openlayers/*,*/jqplot/*,*/build/*' + command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/codemirror/*,*/jqplot/*,*/build/*' analysis: file: 'cs-data' # The reporter filename format: 'php-cs-checkstyle' # The supported format by Scrutinizer diff --git a/build.xml b/build.xml index 456a23f6e7..0ebf798258 100644 --- a/build.xml +++ b/build.xml @@ -89,7 +89,7 @@