# language:
build:
nodes:
tests: true
analysis:
tests:
override:
-
command: phpcs-run
use_website_config: true
- php-scrutinizer-run
checks:
php:
unused_variables: false
unused_methods: true
unreachable_code: true
return_in_constructor: true