From 82902376bdad663ee43e040f690deefff2796e46 Mon Sep 17 00:00:00 2001 From: "koo.taejin" Date: Wed, 23 Mar 2016 17:00:32 +0900 Subject: [PATCH] added js static-analysis tools #1648 --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index cc54579cd..8cf946688 100644 --- a/pom.xml +++ b/pom.xml @@ -859,6 +859,32 @@ + + com.cj.jshintmojo + jshint-maven-plugin + 1.6.0 + + + + lint + + + + + sub, boss, newcap, loopfunc + + + src/main/webapp + + + src/main/webapp/components + + jslint + ${project.build.directory}/jshint.xml + false + + +