build: add regexp option to jslint
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 23 Jan 2013 08:18:24 +0000 (17:18 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 23 Jan 2013 11:05:09 +0000 (20:05 +0900)
regexp: true, if the . should be allowed in regexp literals

Change-Id: Iea9f91322c50d36db08cfdc79015163980fad99a

Makefile

index 3a1cc68..213dbb2 100755 (executable)
--- 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
+JSLINT = jslint --sloppy --eqeq --bitwise --forin --nomen --predef jQuery --color --plusplus --browser --jqmspace --regexp
 COMMON_WIDGET = common
 INLINE_PROTO = 1
 OUTPUT_ROOT = $(CURDIR)/build