{erl_opts, [ debug_info
           , warn_missing_spec_all
           ]}.
{edoc_opts, [{dir, "edoc"}, {preprocess, true}]}.
{deps, [ jsx
       , iso8601
       , {eini, "2.2.3", {pkg, eini_beam}} %% eini_beam should look like plain eini
       ]}.

{ct_opts, [{ct_hooks, [cth_readable_failonly, cth_readable_shell]}]}.

{ profiles
, [ { test
    , [ { deps
        , [meck]
        }
      , { erl_opts, [ nowarn_export_all
                    , nowarn_missing_spec_all
                    ]
        }
      ]
    }
  ]
}.

{xref_checks, [ undefined_function_calls
              , undefined_functions
              , locals_not_used
              , deprecated_function_calls
              , deprecated_functions
              ]}.

{plugins, [ {rebar3_lint, "0.3.2"} ]}.
