Skip to content

Commit 7c593d8

Browse files
committed
Make rebar3_efmt a project plugin
1 parent 3f3b5b0 commit 7c593d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rebar.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
{profiles, [{native, [{erl_opts, [{d, 'ENABLE_HIPE'}]}]},
2727
{edown, [{edoc_opts, [{doclet, edown_doclet}]}, {deps, [edown]}]}]}.
2828

29-
{project_plugins, [covertool]}.
29+
{project_plugins, [covertool, rebar3_efmt]}.
3030
{cover_export_enabled, true}.
3131
{covertool, [{coverdata_files, ["ct.coverdata", "eunit.coverdata"]}]}.
32-
33-
{plugins, [rebar3_efmt]}.

0 commit comments

Comments
 (0)