{erl_opts, [debug_info,
            warn_missing_spec,
            %% This makes it easier to spot what should be handled by docsh_lib:format_error/1
            {no_auto_import, [{error, 1}, {error, 2}]}
           ]}.

{deps, [{providers, "1.8.1"}]}.

{profiles,
 [ {test, [
           {deps, [
                   {xref_runner, "1.0.0"},
                   {erlsh, {git, "git://github.com/proger/erlsh.git", {branch, "master"}}}
                  ] }
          ]}]}.

{dialyzer, [{plt_extra_apps, [providers]}]}.
