diff options
-rw-r--r-- | .scrutinizer.yml | 53 |
1 files changed, 50 insertions, 3 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b175899..38870f6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,9 +1,56 @@ +build: + nodes: + analysis: + tests: + override: + - php-scrutinizer-run filter: paths: [lib/*] - excluded_paths: [tests/*, vendor/*, build/*, tools/*, docs/*] + excluded_paths: + - tests/ + - vendor/ + - build/ + - tools/ + - docs/ checks: php: code_rating: true + excluded_dependencies: + - composer/xdebug-handler + - doctrine/annotations + - friendsofphp/php-cs-fixer + - phpspec/prophecy + - phpunit/php-code-coverage + - phpunit/php-text-template + - phpunit/php-timer + - phpunit/phpunit + - sebastian/code-unit + - sebastian/comparator + - sebastian/complexity + - sebastian/diff + - sebastian/exporter + - sebastian/global-state + - sebastian/lines-of-code + - sebastian/object-enumerator + - sebastian/object-reflector + - sebastian/recursion-context + - sebastian/type + - squizlabs/php_codesniffer + - symfony/console + - symfony/event-dispatcher + - symfony/filesystem + - symfony/options-resolver + - symfony/polyfill-ctype + - symfony/polyfill-intl-grapheme + - symfony/polyfill-intl-normalizer + - symfony/polyfill-mbstring + - symfony/polyfill-php72 + - symfony/polyfill-php73 + - symfony/polyfill-php80 + - symfony/process + - symfony/string + - webmozart/assert + - yoast/phpunit-polyfills tools: php_analyzer: enabled: true @@ -11,7 +58,7 @@ tools: - php external_code_coverage: timeout: 1200 - runs: 1 + runs: 1 php_code_coverage: false php_code_sniffer: config: @@ -22,4 +69,4 @@ tools: enabled: true excluded_dirs: [vendor, spec] sensiolabs_security_checker: - enabled: true + enabled: true
\ No newline at end of file |