Skip to content

Instantly share code, notes, and snippets.

@elbrujohalcon
Created July 26, 2016 13:25
Show Gist options
  • Save elbrujohalcon/ecbc99033dbd459cc0b09b0dff861638 to your computer and use it in GitHub Desktop.
Save elbrujohalcon/ecbc99033dbd459cc0b09b0dff861638 to your computer and use it in GitHub Desktop.
Second version of the dialyzer runner
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