X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=.scrutinizer.yml;h=194297f672c4e4aacdc98da01d916d3076a50152;hp=8fbd8265f4c083a2b9d53a1424bb369e193d7db7;hb=4fd5f670fe555da54c7a488b2a038a6ee36ee935;hpb=bccb5bba75e3f2bf8e89fef6b939500757c3d2b1 diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 8fbd8265..194297f6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,6 +4,7 @@ filter: excluded_paths: - 'vendor/*' - 'app/*' + - 'var/*' - 'web/*' - 'src/Wallabag/*Bundle/Tests/*' - '*Test.php' @@ -25,3 +26,18 @@ tools: checks: php: code_rating: true + +# use the new PHP analysis engine +# https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis +build: + nodes: + analysis: + tests: + override: + - php-scrutinizer-run + + dependencies: + override: + - npm install -g 'yarn' + - yarn install --force + - COMPOSER_MEMORY_LIMIT=-1 composer install -o --no-interaction --no-progress --prefer-dist