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:
parent
bd3285b4fa
commit
6b4f6a7228
|
@ -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
|
Loading…
Reference in New Issue