mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +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 () {
|
gulp.task('lint', function () {
|
||||||
return gulp.src(paths.scripts)
|
return gulp.src(paths.scripts.concat(['!**/test/*', '!**/*Spec.js']))
|
||||||
.pipe(jshint())
|
.pipe(jshint())
|
||||||
.pipe(jshint.reporter('default'))
|
.pipe(jshint.reporter('default'))
|
||||||
.pipe(jshint.reporter('fail'));
|
.pipe(jshint.reporter('fail'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user