From fc4435c29fbc6afd1165d0da5e14ccfa27e05827 Mon Sep 17 00:00:00 2001 From: recena Date: Mon, 25 Apr 2016 20:20:39 +0200 Subject: [PATCH] [JENKINS-34438] @kzantow's comments were addressed --- war/gulpfile.js | 2 +- war/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/war/gulpfile.js b/war/gulpfile.js index b0a4d7b856..843675572e 100644 --- a/war/gulpfile.js +++ b/war/gulpfile.js @@ -52,7 +52,7 @@ builder.bundle('src/main/js/add-item.js') // JSHint, a JavaScript Code Quality Tool // gulp.task('lint', function() { - return gulp.src('./src/main/js/**/*.js') + return gulp.src('src/main/js/**/*.js') .pipe(jshint()) .pipe(jshint.reporter('default')) .pipe(jshint.reporter('fail')); diff --git a/war/pom.xml b/war/pom.xml index 0bae162d62..5cbc7bbd66 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -733,7 +733,7 @@ THE SOFTWARE. gulp - bundle lint + lint bundle -- GitLab