Skip to content

Instantly share code, notes, and snippets.

@manno
Created July 12, 2016 12:42
Show Gist options
  • Save manno/8821af55c2cf21166c9ae3bb2ad82e0b to your computer and use it in GitHub Desktop.
Save manno/8821af55c2cf21166c9ae3bb2ad82e0b to your computer and use it in GitHub Desktop.
let g:neomake_sh_shellcheck_maker = {
\ 'args': ['-fgcc', '-e', 'SC2034,SC2148,SC2164,SC2086,SC2154'],
\ 'errorformat':
\ '%f:%l:%c: %trror: %m,' .
\ '%f:%l:%c: %tarning: %m,' .
\ '%I%f:%l:%c: note: %m',
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment