Browse Source

Upgrade to newer scrutinizer engine (#17100)

tags/2.0.16.1
Alexander Makarov 6 years ago committed by GitHub
parent
commit
6246185607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      .scrutinizer.yml

21
.scrutinizer.yml

@ -1,10 +1,19 @@
imports:
- php
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
filter:
excluded_paths:
- "tests/"
- "build/"
- "docs/"
- "framework/messages/"
dependency_paths:
- "vendor/"
tools:
external_code_coverage:
timeout: 2100 # Timeout in seconds.
# disable copy paste detector and similarity analyzer as they have no real value
# and a huge bunch of false-positives
php_sim: false
php_cpd: false

Loading…
Cancel
Save