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

Avoid linting .html files by default #1747

Merged
merged 1 commit into from
Feb 9, 2021
Merged

Avoid linting .html files by default #1747

merged 1 commit into from
Feb 9, 2021

Conversation

scalvert
Copy link
Member

@scalvert scalvert commented Feb 9, 2021

In testing the new beta for v3 we discovered some issues with HTML parsing. Specifically, this issue related to doctype, and part of the original fix was done in #1720.

During that PR, it was decided to attempt to fix the issue at source, which requires tildeio/simple-html-tokenizer#71 and some additional changes in @glimmery/syntax.

While those fixes above are in progress, we discussed disabling the HTML parsing. If the above PRs get shipped and merged in time for v3, we can re-enable this. If not, we'll roll it out in a follow up post-v3.

Copy link
Contributor

@MelSumner MelSumner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's good that we got to kick the tires on this a bit, and we now have a better idea of the challenges we need to address before re-introducing this feature.

@rwjblue rwjblue changed the title Temporarily disabling html parsing for v3.0 Avoid linting .html files by default Feb 9, 2021
@rwjblue rwjblue merged commit 6b7df79 into next Feb 9, 2021
@rwjblue rwjblue deleted the disable-html-parsing branch February 9, 2021 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants