mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Linting should use an exit error code on failure
This commit is contained in:
@@ -43,7 +43,8 @@ gulp.task('js-lint', function() {
|
||||
curly: true,
|
||||
predef: [ 'angular','DB','d3', 'ga', 'GAPI_KEY', 'document' , 'LZString' ]
|
||||
}))
|
||||
.pipe(jshint.reporter('default'));
|
||||
.pipe(jshint.reporter('default'))
|
||||
.pipe(jshint.reporter("fail"));
|
||||
});
|
||||
|
||||
gulp.task('json-lint', function() {
|
||||
|
||||
Reference in New Issue
Block a user