Skip to content

Commit 0a68c03

Browse files
committed
Remove unnecessary code.
1 parent bf9a96a commit 0a68c03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Htmlhint(Linter):
2020

2121
syntax = 'html'
2222
cmd = 'htmlhint'
23-
# executable = 'htmlhint'
2423
version_args = '--version'
2524
version_re = r'(?P<version>\d+\.\d+\.\d+)'
2625
version_requirement = '>= 0.9.0'

0 commit comments

Comments
 (0)