Skip to content

Commit 8073ea0

Browse files
committed
Initial commit
1 parent ff07695 commit 8073ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linter.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from SublimeLinter.lint import NodeLinter, util
44

55

6-
class Solhint(NodeLinter):
6+
class Solhint(NodeLinter):
77
"""Solhint class delegate call to solhint tool and return result back."""
88

9-
syntax = 'solidity'
9+
syntax = 'solidity'
1010
cmd = 'solhint -f visualstudio @'
1111
executable = None
1212
version_args = '--version'

0 commit comments

Comments
 (0)