Skip to content

Commit

Permalink
Add back removed comment in rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
pablocostass authored Oct 9, 2023
1 parent 73f2bd0 commit bc4cbef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@

{format, [{ignore, ["src/kpl_agg_pb.erl", "include/kpl_agg_pb.hrl"]}]}.

%% The options for this app are converted to a map in erlmdl_app and then
%% dynamically replaced in an .properties file. We can't detect unused
%% configuration options. They're technically all used.
{hank,
[{ignore, ["src/kpl_agg_pb.erl", "include/kpl_agg_pb.hrl", "src/erlmld.app.src"]}]}.

Expand Down

0 comments on commit bc4cbef

Please sign in to comment.