6b4f6a7228
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.
14 lines
258 B
YAML
14 lines
258 B
YAML
checks:
|
|
php: true
|
|
coding_style:
|
|
php:
|
|
spaces:
|
|
before_parentheses:
|
|
closure_definition: true
|
|
around_operators:
|
|
concatenation: true
|
|
|
|
tools:
|
|
external_code_coverage:
|
|
timeout: 3600
|