Skip to content

Instantly share code, notes, and snippets.

@ravage
Created February 23, 2023 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravage/26240f0487bc1db8df3c8d285e3d1545 to your computer and use it in GitHub Desktop.
Save ravage/26240f0487bc1db8df3c8d285e3d1545 to your computer and use it in GitHub Desktop.
Neomake Maker for solhint
function! neomake#makers#ft#solidity#solhint() abort
return {
\ 'args': ['-f', 'unix'],
\ 'errorformat':
\ '%f:%l:%c: %m %s',
\ }
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment