html-linter icon indicating copy to clipboard operation
html-linter copied to clipboard

HTML5 Linter based on Google Style Guide

Results 7 html-linter issues
Sort by recently updated
recently updated
newest added

Is there a functionality to temporarily disable the linter for a block of HTML code? I have some unavoidable errors that I'd like to suppress. I render some HTML with...

I'd be great if there were a package for this to integrate with https://github.com/atom-community/linter for https://atom.io.

Unfortunately `html_linter` does not currently work with Python 3.5, returning the following error: ``` (mysite)Honorss-Air-2:templates Honors$ html_lint.py this_website.html Traceback (most recent call last): File "/Users/Honors/Desktop/mysite/bin/html_lint.py", line 119, in sys.exit(main()) File...

Hey, we're working on a tool that makes it very easy to create "code checking routines" and provide you with the whole user interaction (from JSON output via interactive CLI...

I have following code: ``` html ``` After cleaning template tags it becomes this: ``` html ``` And `html-linter` reports `ExtraWhitespaceMessage` error. Any ideas how to workaround this? Currently I...

Hi guys, Thanks a lot for putting this tool together. Just have one small issue with it. The `html_lint.py` script appears to return 0 on Lint failure, making it difficult...