From bf26921a4caffff92bbc209d34cf5b452511ded8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 1 Sep 2015 13:44:31 +0200 Subject: Add the OCP\Notification\IApp --- .scrutinizer.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .scrutinizer.yml (limited to '.scrutinizer.yml') diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..bc1bdbe --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,14 @@ +filter: + excluded_paths: + - '3rdparty/*' + - 'js/jquery*' + - 'l10n/*' + - 'tests/*' + +imports: + - javascript + - php + +tools: + external_code_coverage: + timeout: 7200 # Timeout in seconds: 2 hours -- cgit v1.2.3