PhpSpreadsheet/.scrutinizer.yml
Claudio Zizza 6b4f6a7228 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.
2017-10-08 21:42:51 +09:00

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