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:
authorVolkan Gezer <wakeup@users.noreply.github.com>2014-04-23 03:13:09 +0400
committerVolkan Gezer <wakeup@users.noreply.github.com>2014-04-23 03:13:09 +0400
commit15f69737797c93f72b75971347590fe91a35fab4 (patch)
tree5c152ebeb903280b4553c375d597ef2e0de53433 /.scrutinizer.yml
parentc1c2f2c49e4d30a7bd039837661af143054b6769 (diff)
Add new jquery files to exclude list
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index fa05b9b8a40..d1dbb20139f 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -8,7 +8,9 @@ filter:
- 'lib/l10n/*'
- 'core/js/tests/lib/*.js'
- 'core/js/tests/specs/*.js'
+ - 'core/js/jquery-1.10.0.js'
- 'core/js/jquery-1.10.0.min.js'
+ - 'core/js/jquery-migrate-1.2.1.js'
- 'core/js/jquery-migrate-1.2.1.min.js'
- 'core/js/jquery-showpassword.js'
- 'core/js/jquery-tipsy.js'