Closed qraynaud closed 10 years ago
Ok, my bad. I found out you could pass options to reporters and get verbose there:
var jsHintTask = lazypipe()
.pipe(jshint, {lookup: 'client/js/.jshintrc'})
.pipe(jshint.reporter, 'jshint-stylish', {verbose: true})
;
I'm closing this since it is invalid and opening a separate issue to add doc...
I'm trying to pass the jshint verbose option to get the warning numbers on my reporter. This seems to be passed properly to jshint because it is properly activated but it also creates an error on each files.
Here is my config:
Here is an example output: