{erl_opts, [debug_info, warnings_as_errors]}.


{dialyzer
    ,[{warnings, [race_conditions
                 ,no_return
                 ,unmatched_returns]}
     ,{plt_apps, top_level_deps}
     ,{plt_prefix, "director"}]}.

{plugins, [rebar3_hex]}.
