Skip to content

Commit

Permalink
[Build] Add jscs html reporter
Browse files Browse the repository at this point in the history
Fixes #1314
  • Loading branch information
VWoeltjen committed Nov 16, 2016
1 parent 3dade27 commit 3dc8bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
});

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3dc8bc8

Please sign in to comment.