Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML Formatter for EsLint generating unusable report #80

Open
ghost opened this issue May 18, 2017 · 1 comment
Open

HTML Formatter for EsLint generating unusable report #80

ghost opened this issue May 18, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented May 18, 2017

Hi,
I am using gulp-sass-lint as part of my build process, and have it set to output any errors or warning to a HTML report, however...

The ESLINT report seems to be generated very badly at the moment... Rather than wrapping the errors in a HTML template, it seems to be wrapping each error in the HTML template and then wrapping THAT in a HTML template, this makes the HTML report unusable, as all the JS and CSS that is brought in with the template is interfering with each other...

I can confirm it is the plugin as when you use sass-lint on it's own from the command line, it generates the reports correctly...

Please could you take a look?

@ghost ghost changed the title EsLint report generated badly HTML Formatter for EsLint generating unusuable report May 18, 2017
@ghost ghost changed the title HTML Formatter for EsLint generating unusuable report HTML Formatter for EsLint generating unusable report May 18, 2017
@rileytb
Copy link

rileytb commented Jan 22, 2018

I am seeing the same problem. It makes it so opening some of the error pages open then immediately close.

A possible related issue:
The output is also very different from what sass-lint outputs (apart from just the page template inside a page template), the output from gulp-sass-lint leaves off files that sass-lint CLI includes.

edit: rephrasing for clarity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant