[Build] Change task name for code style check

This commit is contained in:
Victor Woeltjen 2016-01-28 14:54:30 -08:00
parent d67ffa8401
commit 41cfd050a2

View File

@ -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())