mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[Build] Don't lint specs
This commit is contained in:
@ -98,7 +98,7 @@ gulp.task('stylesheets', function () {
|
||||
});
|
||||
|
||||
gulp.task('lint', function () {
|
||||
return gulp.src(paths.scripts)
|
||||
return gulp.src(paths.scripts.concat(['!**/test/*', '!**/*Spec.js']))
|
||||
.pipe(jshint())
|
||||
.pipe(jshint.reporter('default'))
|
||||
.pipe(jshint.reporter('fail'));
|
||||
|
Reference in New Issue
Block a user