Merge pull request #8316 from owncloud/add-new-jquery-to-scrutinizer-ignore
Add new jquery files to exclude list
This commit is contained in:
commit
f44e5e9791
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@ filter:
|
||||||
- 'lib/l10n/*'
|
- 'lib/l10n/*'
|
||||||
- 'core/js/tests/lib/*.js'
|
- 'core/js/tests/lib/*.js'
|
||||||
- 'core/js/tests/specs/*.js'
|
- 'core/js/tests/specs/*.js'
|
||||||
|
- 'core/js/jquery-1.10.0.js'
|
||||||
- 'core/js/jquery-1.10.0.min.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-migrate-1.2.1.min.js'
|
||||||
- 'core/js/jquery-showpassword.js'
|
- 'core/js/jquery-showpassword.js'
|
||||||
- 'core/js/jquery-tipsy.js'
|
- 'core/js/jquery-tipsy.js'
|
||||||
|
|
Loading…
Reference in a new issue