Created
May 9, 2015 07:09
-
-
Save lbolla/c989096bbc0ba31bb834 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(flycheck-define-checker erlang-dialyzer | |
"Erlang syntax checker based on dialyzer." | |
:command ("dialyzer" source-original) | |
:error-patterns | |
((error line-start | |
(file-name) | |
":" | |
line | |
":" | |
(message) | |
line-end)) | |
:modes erlang-mode) | |
(add-to-list 'flycheck-checkers 'erlang-dialyzer t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment