Option to stop HTML linting
Opened this issue ยท 6 comments
Is your feature request related to a problem? Please describe.
I'm always frustrated when I open a HTML file and it reports Possible typo: you repeated a whitespaceLanguageTool
WHITESPACE_RULE., because of the space indentation I used.
Describe the solution you'd like
Having a "lint language ID" list. The extension lints only programming language in this list. We can add the current "MDX,markdown,html" to the list.
Additional context
Workaround: disable the extension.
Love this idea. Already have the ability to enable / disable plaintext, as well as list the language IDs for it. I can do the same form markdown, html, and mdx. I'm in the middle of doing some major structural changes, but will try to get to this next week. And apologies for the long day.
Great. I'm not in hurry at all. I can help with a code review if it's needed.
Any updates on this?
Sorry - life got in the way. I had to scale back on my personal projects while settling in to a new job at a new firm. I expect to have time to get back to this in the next week or so. Yes, it's still planned and doable.
Sorry, I didn't want to put any pressure on it, it is not so important.
Thanks for all the time you've put into the project. It is super useful for me, since I am the master of tipoo typo :)
Thanks for this very helpful plugin! Having the same Issue with html
isn't it possible to just skip whitespace check for html documents if they start from the beginning of line?