Skip to content

Commit

Permalink
Use Credo with Elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Oct 6, 2016
1 parent d6d971d commit 89615f0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions vim/init.vim
Expand Up @@ -325,16 +325,7 @@ let g:EasyMotion_leader_key='t'
"
" NEOMAKE
"
let g:neomake_elixir_mix_maker = {
\ 'exe' : 'mix',
\ 'args': ['compile', '--warnings-as-errors'],
\ 'cwd': getcwd(),
\ 'errorformat':
\ '** %s %f:%l: %m,' .
\ '%f:%l: warning: %m'
\ }

let g:neomake_elixir_enabled_makers = ['mix']
let g:neomake_elixir_enabled_makers = ['elixir', 'credo']

"
""""""""""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 89615f0

Please sign in to comment.