safe_runner (rebar_safe v1.0.1)

View Source

Summary

Functions

analyse(ProjectDir, ConfigSpec)

-spec analyse(string(), {config_path, string()} | {config_json, string()}) ->
                 ok | {error, {analyse, non_neg_integer()}}.

fingerprint(ProjectDir, ConfigSpec)

-spec fingerprint(string(), {config_path, string()} | {config_json, string()}) ->
                     ok | {error, {fingerprint, non_neg_integer()}}.

version(ProjectDir)

-spec version(string()) -> ok | {error, {version, non_neg_integer()}}.