Exclude javascript specs from code analysis

This commit is contained in:
Thomas Müller 2014-04-03 20:05:40 +02:00
parent 20f26068e7
commit 388142ecc6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ filter:
- 'apps/*/l10n/*'
- 'lib/l10n/*'
- 'core/js/tests/lib/*.js'
- 'core/js/tests/specs/*.js'
- 'core/js/jquery-1.10.0.min.js'
- 'core/js/jquery-migrate-1.2.1.min.js'
- 'core/js/jquery-showpassword.js'