aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-23 09:15:28 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-23 09:15:28 +0200
commitf44e5e9791cadb19b0c1c8752d77c69c5139f347 (patch)
tree4c0e7abacd3f7ac7582f3a5a0758b7c97800c2cd
parent3f453d164143d581d35ebc03bdb940c074098ba9 (diff)
parent15f69737797c93f72b75971347590fe91a35fab4 (diff)
downloadnextcloud-server-f44e5e9791cadb19b0c1c8752d77c69c5139f347.tar.gz
nextcloud-server-f44e5e9791cadb19b0c1c8752d77c69c5139f347.zip
Merge pull request #8316 from owncloud/add-new-jquery-to-scrutinizer-ignore
Add new jquery files to exclude list
-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'