We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911c6c0 commit ff07695Copy full SHA for ff07695
linter.py
@@ -4,7 +4,7 @@
4
5
6
class Solhint(NodeLinter):
7
- """ Solhint class delegate call to solhint tool and return result back"""
+ """Solhint class delegate call to solhint tool and return result back."""
8
9
syntax = 'solidity'
10
cmd = 'solhint -f visualstudio @'
0 commit comments