Skip to content

Commit

Permalink
Remove hank from analysis
Browse files Browse the repository at this point in the history
Before it start analysis hank already tries to read
files, and is crashing at that moment

Since the "wholly ignored" section of the code
comes later that the initial analysis that crashes
we're left with not using Hank for the time being
  • Loading branch information
paulo-ferraz-oliveira committed Jun 29, 2024
1 parent 8f11b81 commit 0f37d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{profiles,
[{test, [{cover_enabled, true}, {cover_opts, [verbose]}, {ct_opts, [{verbose, true}]}]}]}.

{alias, [{test, [compile, format, hank, lint, xref, dialyzer, ct, cover, ex_doc]}]}.
{alias, [{test, [compile, format, lint, xref, dialyzer, ct, cover, ex_doc]}]}.

%% == Dependencies and plugins ==

Expand Down

0 comments on commit 0f37d32

Please sign in to comment.