mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +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'));
|
||||
});
|
||||
|
||||
gulp.task('codestyle', function () {
|
||||
gulp.task('checkstyle', function () {
|
||||
return gulp.src(paths.scripts)
|
||||
.pipe(jscs())
|
||||
.pipe(jscs.reporter())
|
||||
|
Loading…
Reference in New Issue
Block a user