Skip to content

Commit

Permalink
Re-enable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 13, 2024
1 parent 198a6c9 commit fcfa101
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@
{shell, [{script_file, "bin/shell.escript"}]}.

{project_plugins, [
{covertool, "2.0.3"}%,
%{rebar3_lint, "v0.1.10"}
{covertool, "2.0.3"},
{rebar3_lint, "3.2.5"}
]}.

%{provider_hooks, [{pre, [{eunit, lint}]}]}.
{dialyzer, [{plt_extra_apps, [ssl]}]}.

{post_hooks, [{edoc, "doc/build.sh"}]}.

0 comments on commit fcfa101

Please sign in to comment.