mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 05:04:18 +00:00
[Build] Don't lint specs
This commit is contained in:
parent
28ae62b4ac
commit
f092bfe653
@ -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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user