From 5064326ce90650443960f4e48f136f3c15f6ba72 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 27 Jul 2016 11:31:42 +0200 Subject: Init --- .scrutinizer.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .scrutinizer.yml (limited to '.scrutinizer.yml') diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..7a3da7a --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,12 @@ +filter: + excluded_paths: + - 'l10n/*' + - 'tests/*' + +imports: + - javascript + - php + +tools: + external_code_coverage: + timeout: 7200 # Timeout in seconds: 2 hours -- cgit v1.2.3