add scrutinizer config (#40)

This commit is contained in:
Beniamin 2020-01-07 15:39:25 +02:00 committed by Bob Strecansky
parent 0991f72146
commit a87473a031
1 changed files with 25 additions and 0 deletions

25
.scrutinizer.yml Normal file
View File

@ -0,0 +1,25 @@
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
- command: phpcs-run
use_website_config: true
- command: ./vendor/bin/phpunit -c ./ --coverage-clover=coverage.xml
coverage:
file: coverage.xml
format: clover
coding_style:
php:
spaces:
around_operators:
multiplicative: false
concatenation: true