diff options
author | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-04-23 01:13:09 +0200 |
---|---|---|
committer | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-04-23 01:13:09 +0200 |
commit | 15f69737797c93f72b75971347590fe91a35fab4 (patch) | |
tree | 5c152ebeb903280b4553c375d597ef2e0de53433 /.scrutinizer.yml | |
parent | c1c2f2c49e4d30a7bd039837661af143054b6769 (diff) | |
download | nextcloud-server-15f69737797c93f72b75971347590fe91a35fab4.tar.gz nextcloud-server-15f69737797c93f72b75971347590fe91a35fab4.zip |
Add new jquery files to exclude list
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 2 |
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' |