View Source rebar_prv_gradualizer (gradualizer v0.2.0)

The Rebar3 plugin for Gradualizer.

To run Gradualizer from Rebar3, add it as a plugin in your rebar.config:

  {plugins, [
    {gradualizer, {git, "git@github.com:josefs/Gradualizer.git", {branch, "master"}}}
  ]}.

Link to this section Summary

Link to this section Functions

Specs

do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}.

Specs

format_error(any()) -> string().

Specs

init(rebar_state:t()) -> {ok, rebar_state:t()}.