flycheck checker for dialyxir.
You can install this package from Melpa
M-x package-install RET flycheck-dialyxir RET
Ensure that dialyxir
is installed in your project.
Then, in your init.el
:
(eval-after-load 'flycheck
'(flycheck-dialyxir-setup))
(add-hook 'elixir-mode-hook 'flycheck-mode)
- @jeremyjh for dialyxir.
- @lunaryorn for flycheck.