Current section
Files
Jump to
Current section
Files
rebar.config
% SPDX-FileCopyrightText: 2025 Łukasz Niemier <~@hauleth.dev>
%
% SPDX-License-Identifier: Apache-2.0
{erl_opts, [debug_info]}.
{deps, [telemetry]}.
{hex, [{doc, ex_doc}]}.
{project_plugins, [
rebar3_ex_doc,
rebar3_proper
]}.
{profiles, [{test, [
{deps, [proper]},
{erl_opts, [nowarn_export_all]}
]}]}.