mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
@ -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'));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user