diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-14 19:56:23 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-14 19:56:23 +0200 |
commit | 4fcb93578b0c971cd5272549f4a05a56dd2b279d (patch) | |
tree | 81bc9e1d3f25ca7a184a15865a7eefbf9778defb /.scrutinizer.yml | |
parent | 463df08088b4ca8957a3bdbcdcc01ab39fe82f63 (diff) | |
download | nextcloud-server-4fcb93578b0c971cd5272549f4a05a56dd2b279d.tar.gz nextcloud-server-4fcb93578b0c971cd5272549f4a05a56dd2b279d.zip |
Ignore jquery.multiselect.js - it's 3rdparty
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 57b88568854..fa05b9b8a40 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -17,6 +17,7 @@ filter: - 'core/js/jquery.inview.js' - 'core/js/jquery.placeholder.js' - 'core/js/underscore.js' + - 'core/js/jquery.multiselect.js' imports: |