Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-01 14:44:31 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-01 14:44:31 +0300
commitbf26921a4caffff92bbc209d34cf5b452511ded8 (patch)
tree9b5ad78cc9e5ff99f0011cb5da544d42d9bd4d07 /.scrutinizer.yml
parent47b4b75c33bcac3521a34c78aa572ff0a492e811 (diff)
Add the OCP\Notification\IApp
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml14
1 files changed, 14 insertions, 0 deletions
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