diff options
author | Davey Shafik <davey@php.net> | 2020-10-27 20:38:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 20:38:18 +0000 |
commit | 43ede980bf6902aa62fbd742713f6cee90234856 (patch) | |
tree | a13dc13568a0ebe48e64a78322b2641cc645335f | |
parent | c9095c9715c9bd3c33fd7138218188a0861c238c (diff) | |
download | php7-mysql-shim-43ede980bf6902aa62fbd742713f6cee90234856.zip php7-mysql-shim-43ede980bf6902aa62fbd742713f6cee90234856.tar.gz php7-mysql-shim-43ede980bf6902aa62fbd742713f6cee90234856.tar.bz2 |
Update scrutinizer config to ignore all deps (only used for dev)
-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 |