We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5874b79 commit b3b0cf7Copy full SHA for b3b0cf7
linter.py
@@ -17,7 +17,7 @@ class HtmlTidy(Linter):
17
18
"""Provides an interface to tidy."""
19
20
- syntax = ('html', 'html 5')
+ syntax = 'html'
21
cmd = 'tidy -errors -quiet -utf8'
22
regex = r'^line (?P<line>\d+) column (?P<col>\d+) - (?:(?P<error>Error)|(?P<warning>Warning)): (?P<message>.+)'
23
error_stream = util.STREAM_STDERR
0 commit comments