flycheck-dialyzer

Homepage: https://github.com/lbolla/emacs-flycheck-dialyzer

Author: Lorenzo Bolla

Updated:

Summary

Support dialyzer in flycheck

Commentary

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

(require 'flycheck-dialyzer)
(add-hook 'erlang-mode-hook 'flycheck-mode)

Dependencies