diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-06 15:48:34 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-13 00:47:14 +0100 |
commit | f39cb3fbc9c8cce13b9cc759b257cb7d4bd9587a (patch) | |
tree | 1e70f1a566912d66ff55cbf98ee096121c392af8 /.scrutinizer.yml | |
parent | e0b797c43c9ce6e0f7acaba0606fd87cb580bc3f (diff) | |
download | nextcloud-server-f39cb3fbc9c8cce13b9cc759b257cb7d4bd9587a.tar.gz nextcloud-server-f39cb3fbc9c8cce13b9cc759b257cb7d4bd9587a.zip |
Migrate multiselect to user_ldap
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 2a555ad28f6..f66c1b86eac 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -2,6 +2,7 @@ filter: excluded_paths: - '3rdparty/*' - 'apps/*/3rdparty/*' + - 'apps/*/vendor/*' - 'l10n/*' - 'core/l10n/*' - 'apps/*/l10n/*' @@ -13,7 +14,6 @@ filter: - 'core/js/jquery-tipsy.js' - 'core/js/jquery-ui-1.10.0.custom.js' - 'core/js/placeholders.js' - - 'core/js/jquery.multiselect.js' imports: |