add scrutinzer config

This commit is contained in:
Robin Appelman 2019-03-11 17:01:22 +01:00
commit bd77a24550

13
.scrutinizer.yml Normal file
View file

@ -0,0 +1,13 @@
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
filter:
excluded_paths:
- 'tests/*'