Skip to content

Commit

Permalink
Get ready for hex publishing (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides authored Nov 24, 2020
1 parent 81d19b8 commit 0daabb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
doc/
rebar3.carshdump
.eunit
deps
*.o
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@

{alias, [{test, [format, lint, xref, dialyzer, eunit, cover]}]}.

{plugins, [rebar3_lint, {rebar3_format, "~> 0.8.1"}]}.
{project_plugins, [rebar3_hex, rebar3_lint, {rebar3_format, "~> 0.8.1"}]}.

{format, [{files, ["src/*.erl", "include/*.hrl"]}]}.

0 comments on commit 0daabb7

Please sign in to comment.