X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.scrutinizer.yml;h=194297f672c4e4aacdc98da01d916d3076a50152;hb=a5e9a98aa3c67ac1ad1aff1a250ef8fdc3c24def;hp=08f4a3e98cd9fa74e64c49794a26d551f2525275;hpb=68196041857bd0cd45e4f5d5d282e405e5d78ea9;p=github%2Fwallabag%2Fwallabag.git diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 08f4a3e9..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' @@ -21,3 +22,22 @@ tools: php_code_coverage: true php_sim: false php_cpd: false + +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