Checkout Config
imports:
- php
tools:
php_sim: false
php_cpd: false
external_code_coverage:
timeout: 120 # Timeout in seconds.
checks:
php:
code_rating: true
duplication: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
Repository Config
imports:
- php
tools:
php_sim: false
php_cpd: false
external_code_coverage:
timeout: 600 # Timeout in seconds.
checks:
php:
code_rating: true
duplication: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
Global Config
imports:
- php
tools:
php_sim: false
php_cpd: false
checks:
php:
code_rating: true
duplication: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run