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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-09-14 09:16:52 +0300
committerGitHub <noreply@github.com>2016-09-14 09:16:52 +0300
commit1b4caf6a326968d83e269ab1aec264a4fe1c6849 (patch)
tree85d69e9652cfd00e73af212d6af233e9d3a9b04f /.scrutinizer.yml
parent9e3f808a1f585869026d834aef5be73e0a4a6c25 (diff)
Ignore js dependencies and tests from scrutinizer
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 39c0c141f..1e9543487 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -1,8 +1,11 @@
filter:
excluded_paths:
+ - 'build/*'
- 'vendor/*'
- 'l10n/*'
- 'tests/'
+ - 'js/vendor/*'
+ - 'js/tests/*'
imports:
- javascript