Skip to content

tomekowal/flycheck-mix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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.

About

Support mix in flycheck

Resources

Stars

Watchers

Forks

Packages

No packages published