Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 587 Bytes

flycheck-mix

THIS PACKAGE IS DEPRECATED AND WILL BE REMOVED FROM MELPA. Please, use (lsp-mode)[https://elixirforum.com/t/emacs-elixir-setup-configuration-wiki] instead.

Support Elixir mix in flycheck

This package adds support for Elixir mix to flycheck. To use it, add to your init.el:

(require 'flycheck-mix)
(flycheck-mix-setup)

Elixir compilation uses macros and it can run arbitrary code. You should use elixir-mix checker only with trusted projects.

Running mix compile in :dev environment messed up live reload so the compilation runs in :test environment.