Add solidity linter: solium

This commit is contained in:
Jeff Sutherland
2017-09-14 00:45:18 +07:00
parent 91df9ba2c0
commit 7302bedc5e
4 changed files with 29 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
" Author: Jeff Sutherland - https://github.com/jdsutherland
" Description: Report errors in Solidity code with solium
call ale#linter#Define('solidity', {
\ 'name': 'solium',
\ 'executable': 'solium',
\ 'command': 'solium --reporter gcc --file %t',
\ 'callback': 'ale#handlers#gcc#HandleGCCFormat',
\})