[Build] Add jscs html reporter

Fixes #1314
This commit is contained in:
Victor Woeltjen 2016-11-15 16:00:40 -08:00
parent 3dade275d4
commit 3dc8bc87fc
2 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ gulp.task('checkstyle', function () {
return gulp.src(paths.scripts)
.pipe(jscs())
.pipe(jscs.reporter())
.pipe(jscs.reporter('jscs-html-reporter'))
.pipe(jscs.reporter('fail'));
});

View File

@ -21,6 +21,7 @@
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"jasmine-core": "^2.3.0",
"jscs-html-reporter": "^0.1.0",
"jsdoc": "^3.3.2",
"jshint": "^2.7.0",
"karma": "^0.13.3",