Skip to content

Instantly share code, notes, and snippets.

@evanfoster
Last active April 16, 2016 00:25
Show Gist options
  • Save evanfoster/94551cd421f291640cfaab2d7d6f5f5e to your computer and use it in GitHub Desktop.
Save evanfoster/94551cd421f291640cfaab2d7d6f5f5e to your computer and use it in GitHub Desktop.
" Requires ansible-lint to be installed.
let g:neomake_ansible_ansiblelint_maker = {
\ 'exe': 'ansible-lint',
\ 'args': ['-p'],
\ 'errorformat': '%E%f:%l: [ANSIBLE%n] %m,%W%f:%l: [ANSIBLE%n] %m',
\ }
let g:neomake_ansible_enabled_makers = ['ansiblelint']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment