I broke up with neovim....vim is my best friend now
This commit is contained in:
12
dot_vim/plugged/ale/ale_linters/solidity/solhint.vim
Normal file
12
dot_vim/plugged/ale/ale_linters/solidity/solhint.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
" Authors: Franco Victorio - https://github.com/fvictorio, Henrique Barcelos
|
||||
" https://github.com/hbarcelos
|
||||
" Description: Report errors in Solidity code with solhint
|
||||
|
||||
call ale#linter#Define('solidity', {
|
||||
\ 'name': 'solhint',
|
||||
\ 'output_stream': 'both',
|
||||
\ 'executable': function('ale#handlers#solhint#GetExecutable'),
|
||||
\ 'cwd': function('ale#handlers#solhint#GetCwd'),
|
||||
\ 'command': function('ale#handlers#solhint#GetCommand'),
|
||||
\ 'callback': 'ale#handlers#solhint#Handle',
|
||||
\})
|
||||
Reference in New Issue
Block a user