Introducing publicly accessible Scrutinizer configuration (#242)

Introduces a publicly accessible Scrutinizer configuration, so developers can test their PRs based on the config and extend it, in case some checks have to be added.
This commit is contained in:
Claudio Zizza 2017-10-08 14:42:51 +02:00 committed by Adrien Crivelli
parent bd3285b4fa
commit 6b4f6a7228
1 changed files with 13 additions and 0 deletions

13
.scrutinizer.yml Normal file
View File

@ -0,0 +1,13 @@
checks:
php: true
coding_style:
php:
spaces:
before_parentheses:
closure_definition: true
around_operators:
concatenation: true
tools:
external_code_coverage:
timeout: 3600