From 59bbac57666400cfa4c6845264fdbc5d7f90d60f Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 25 Jan 2013 15:21:30 +0900 Subject: [PATCH] build: add continue option to jslint 'continue' true, if the continuation statement should be tolerated Change-Id: I3e6199dc2a8e0fdf8b6f8f3e9839d7c8dea9a014 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5eb827b..40d39a7 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ THEME_NAME = default PATH := $(CURDIR)/build-tools/bin:$(PATH) JSLINT_LEVEL = 1 -JSLINT = jslint --sloppy --eqeq --bitwise --forin --nomen --predef jQuery --color --plusplus --browser --jqmspace --regexp +JSLINT = jslint --sloppy --eqeq --bitwise --forin --nomen --predef jQuery --color --plusplus --browser --jqmspace --regexp --continue COMMON_WIDGET = common INLINE_PROTO = 1 OUTPUT_ROOT = $(CURDIR)/build -- 2.7.4