diff --git a/nailgun/gulpfile.js b/nailgun/gulpfile.js index 9ccacf5708..ce448c2b6d 100644 --- a/nailgun/gulpfile.js +++ b/nailgun/gulpfile.js @@ -231,7 +231,8 @@ gulp.task('jshint', function() { .pipe(react()) .pipe(jsxFilter.restore()) .pipe(jshint(jshintConfig)) - .pipe(jshint.reporter('jshint-stylish')); + .pipe(jshint.reporter('jshint-stylish')) + .pipe(jshint.reporter('fail')); }); var lintspacesConfig = {