build: add continue option to jslint
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 25 Jan 2013 06:21:30 +0000 (15:21 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Sat, 26 Jan 2013 09:31:59 +0000 (18:31 +0900)
'continue' true, if the continuation statement should be tolerated

Change-Id: I3e6199dc2a8e0fdf8b6f8f3e9839d7c8dea9a014

Makefile

index 5eb827b..40d39a7 100644 (file)
--- 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