Skip to content

(v3.6.0) Elixir: elixir

LCD 47 edited this page Jan 19, 2015 · 1 revision

Maintainer: Richard Ramsden [email protected]

See the project's page for details.

Security

This checker executes the code in the files it checks. This is probably fine if you wrote the files yourself, but it can be a problem if you're trying to check third party files. If you are 100% willing to let Vim run the code in your files, set g:syntastic_enable_elixir_checker to 1 in your vimrc to enable this checker:

let g:syntastic_enable_elixir_checker = 1
Clone this wiki locally