sasstools / gulp-sass-lint

Gulp plugin for Sass Lint
MIT License
115 stars 43 forks source link

failOnError() doens't specify the error at the end #75

Open El4a opened 7 years ago

El4a commented 7 years ago

The issue at hand, is that the summary of errors at the end of the log only list the offending line number, but not what's wrong. The details of each error are somewhere above in the logs (which can be extensive with many warnings that are tolerated). Is there a way to have the details listed below at the summary aswel?

image

halfmatthalfcat commented 7 years ago

@El4a Just figured this out. Remove "output-file" from either your inlined grunt-sass-lint config or from your .sass-lint.yml and it'll output (I'm using the "compact" formatter) to the console.