Skip to content

Commit

Permalink
rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Oct 28, 2024
1 parent 8c61ede commit 75ba04e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
]}.

{project_plugins, [
erlfmt
erlfmt,
rebar3_depup
]}.

{deps, [
Expand All @@ -25,8 +26,6 @@

{profiles, [{test, [{deps, [proper]}]}]}.

{project_plugins, [rebar3_format]}.

{format, [
{formatter, default_formatter},
{files, [
Expand All @@ -40,6 +39,8 @@
}}
]}.

{depup, [{only, minor}]}.

{shell, [
{apps, [erldns]},
{config, "erldns.config"}
Expand Down

0 comments on commit 75ba04e

Please sign in to comment.