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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-03 22:05:40 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-03 22:05:40 +0400
commit388142ecc6a3b1382858619e0fea6145c506ab5e (patch)
treeed16a3f4ef32ea195dd56701ba0535d47baaa232 /.scrutinizer.yml
parent20f26068e769258ecbcce3646bab69a851d6c7c4 (diff)
Exclude javascript specs from code analysis
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 4473cf9056d..0f529be3989 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -7,6 +7,7 @@ filter:
- 'apps/*/l10n/*'
- 'lib/l10n/*'
- 'core/js/tests/lib/*.js'
+ - 'core/js/tests/specs/*.js'
- 'core/js/jquery-1.10.0.min.js'
- 'core/js/jquery-migrate-1.2.1.min.js'
- 'core/js/jquery-showpassword.js'