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 bf9a96a commit 0a68c03Copy full SHA for 0a68c03
linter.py
@@ -20,7 +20,6 @@ class Htmlhint(Linter):
20
21
syntax = 'html'
22
cmd = 'htmlhint'
23
- # executable = 'htmlhint'
24
version_args = '--version'
25
version_re = r'(?P<version>\d+\.\d+\.\d+)'
26
version_requirement = '>= 0.9.0'
0 commit comments