diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-11-05 16:43:24 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-11-05 16:43:24 +0100 |
commit | 4659b0e6a0ed69238d684b5dff4a745dc02781e2 (patch) | |
tree | 9fca52cc48124243e749735e47277a551cf73713 /.scrutinizer.yml | |
parent | 9dc769c37a3a95830ad7a8d9534e8b05e8efb6f3 (diff) | |
parent | 2c941729eea47529fe687cea391240186b0f83c0 (diff) | |
download | nextcloud-server-4659b0e6a0ed69238d684b5dff4a745dc02781e2.tar.gz nextcloud-server-4659b0e6a0ed69238d684b5dff4a745dc02781e2.zip |
Merge pull request #11936 from owncloud/bower-jquery
Bower jquery
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index a84d44680b3..33440a37db3 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -6,12 +6,9 @@ filter: - 'core/l10n/*' - 'apps/*/l10n/*' - 'lib/l10n/*' + - 'core/vendor/*' - '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' - 'core/js/jquery-ui-1.10.0.custom.js' |