From 2b7b4965371ae67e7176eade6d5368ef2a8f55fa Mon Sep 17 00:00:00 2001 From: Paul Blacknell Date: Tue, 2 Feb 2021 13:38:11 +0000 Subject: [PATCH] Create .scrutinizer.yml --- .scrutinizer.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..eaf9acd --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,25 @@ +build: + environment: + php: 7.4 + nodes: + analysis: + project_setup: + override: + - 'true' + tests: + override: + - php-scrutinizer-run + - + command: phpcs-run + use_website_config: true + tests: true +filter: + excluded_paths: + - 'tests/*' +checks: + php: true +coding_style: + php: + spaces: + around_operators: + concatenation: true