aboutsummaryrefslogtreecommitdiff
path: root/server/_build/default/lib/jsx/rebar.config
blob: 1c71a9c0280ec6b63f450ae60d6e80d508e5d640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{edoc_opts, [{preprocess, true}]}.
{erl_opts, [debug_info]}.
{dialyzer, [
    {warnings, [
        unknown,
        unmatched_returns,
        error_handling,
        underspecs
    ]}
]}.
{profiles, [
    {test, [
        {dialyzer, [
            {plt_extra_apps, [eunit]}
        ]}
    ]}
]}.