Merge pull request #22379 from owncloud/limit-scrutinizer-scope

Limit scope of scrutinizer to actual application code
This commit is contained in:
Thomas Müller 2016-02-15 12:02:21 +01:00
commit 40188c87a1
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ filter:
- 'l10n/*'
- 'core/l10n/*'
- 'apps/*/l10n/*'
- 'apps/*/tests/*'
- 'lib/l10n/*'
- 'core/vendor/*'
- 'core/js/tests/lib/*.js'
@ -13,6 +14,9 @@ filter:
- 'core/js/jquery-showpassword.js'
- 'core/js/jquery-tipsy.js'
- 'core/js/placeholders.js'
- 'settings/l10n/*'
- 'tests/*'
- 'build/*'
imports: