Created
July 26, 2016 13:25
-
-
Save elbrujohalcon/ecbc99033dbd459cc0b09b0dff861638 to your computer and use it in GitHub Desktop.
Second version of the dialyzer runner
This file contains hidden or 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
… | |
do_run(Options) -> | |
Warnings = dialyzer:run(Options), | |
Msg = [dialyzer:format_warning(Warning, basename) || Warning <- Warnings], | |
io:format("~s", [Msg]). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment