mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
[Build] Change task name for code style check
This commit is contained in:
parent
d67ffa8401
commit
41cfd050a2
@ -76,7 +76,7 @@ gulp.task('lint', function () {
|
|||||||
.pipe(jshint.reporter('fail'));
|
.pipe(jshint.reporter('fail'));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('codestyle', function () {
|
gulp.task('checkstyle', function () {
|
||||||
return gulp.src(paths.scripts)
|
return gulp.src(paths.scripts)
|
||||||
.pipe(jscs())
|
.pipe(jscs())
|
||||||
.pipe(jscs.reporter())
|
.pipe(jscs.reporter())
|
||||||
|
Loading…
Reference in New Issue
Block a user