Skip to content

Commit

Permalink
Add dev. plugins (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Jun 25, 2024
1 parent f53367f commit a3fe10d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@
{plt_extra_apps, [cowboy]}
]}.

{project_plugins,
[{rebar3_hex, "7.0.7"},
{erlfmt, "1.3.0"},
{rebar3_lint, "3.2.4"},
{rebar3_hank, "1.4.0"},
{rebar3_ex_doc, "0.2.22"}]}.

{shell, [{apps, [arizona]}]}.

0 comments on commit a3fe10d

Please sign in to comment.