diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-07 17:11:30 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-07 17:11:30 +0200 |
commit | 4253d63f9f79b2df9a259089ab5e1dba9cf1cf5d (patch) | |
tree | c9f2ab873cda67acb4914e2d7affd6a9e965e461 /.scrutinizer.yml | |
parent | 78e5410199559c37efff0c0d6851fd1555a39beb (diff) | |
download | nextcloud-server-4253d63f9f79b2df9a259089ab5e1dba9cf1cf5d.tar.gz nextcloud-server-4253d63f9f79b2df9a259089ab5e1dba9cf1cf5d.zip |
ignore underscore.js in scrutinizer.yml
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 0f529be3989..57b88568854 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -16,6 +16,7 @@ filter: - 'core/js/jquery-ui-1.10.0.custom.js' - 'core/js/jquery.inview.js' - 'core/js/jquery.placeholder.js' + - 'core/js/underscore.js' imports: |