aboutsummaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-11-05 11:13:00 +0100
committerMorris Jobke <hey@morrisjobke.de>2014-11-05 11:13:00 +0100
commit2c941729eea47529fe687cea391240186b0f83c0 (patch)
treeac54e8a47962650e24307927e7c1858eb7bfbec8 /.scrutinizer.yml
parent74d375d8ea785e304dd679cc677568bdbf4a4caf (diff)
downloadnextcloud-server-2c941729eea47529fe687cea391240186b0f83c0.tar.gz
nextcloud-server-2c941729eea47529fe687cea391240186b0f83c0.zip
ignore core/vendor in scrutinizer
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 8ce8822d99f..fc2a86d15a2 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'