Skip to content

Commit

Permalink
Rebar format.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetahe committed Jul 29, 2023
1 parent 9dc0a19 commit a4ccd05
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{erl_opts, [
debug_info,
{i, "include"},
fail_on_warning,
{platform_define, "^[0-9]+", namespaced_types}
]}.
{erl_opts,
[debug_info,
{i, "include"},
fail_on_warning,
{platform_define, "^[0-9]+", namespaced_types}]}.

{validate_app_modules, false}.

Expand Down

0 comments on commit a4ccd05

Please sign in to comment.