From d7bc23e16d54ea1f3c24fc9ec2297f6dcd7d856b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 7 Apr 2014 14:31:43 +0200 Subject: [PATCH 1/2] adding ownCloud globals to jshintrc: OC, t, n --- .jshintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 9faacfce1b..02fbd84e6a 100644 --- a/.jshintrc +++ b/.jshintrc @@ -23,6 +23,9 @@ "beforeEach": true, "afterEach": true, "sinon": true, - "fakeServer": true + "fakeServer": true, + "OC": true, + "t": true, + "n": true } } From 4253d63f9f79b2df9a259089ab5e1dba9cf1cf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 7 Apr 2014 17:11:30 +0200 Subject: [PATCH 2/2] ignore underscore.js in scrutinizer.yml --- .scrutinizer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 0f529be398..57b8856885 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: