From 6b4f6a722881c7e3c9bd675ae0c8a78a5fe438c2 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Sun, 8 Oct 2017 14:42:51 +0200 Subject: [PATCH] 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. --- .scrutinizer.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 00000000..43a6c266 --- /dev/null +++ b/.scrutinizer.yml @@ -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