Skip to content

Commit

Permalink
Merge pull request #62 from klarna-incubator/use-correct-option-for-w…
Browse files Browse the repository at this point in the history
…arnings-as-errors

Use `warnings_as_errors`, not `fail_on_warning`
  • Loading branch information
jesperes authored Feb 16, 2023
2 parents 35243ab + f959cd1 commit 1dec470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{erl_opts , [fail_on_warning, debug_info]}.
{erl_opts , [ warnings_as_errors
, debug_info
]}.

{cover_enabled , true}.
{deps , [ {getopt, "v0.8.2"}
, {jsx, "2.8.0"}
Expand Down

0 comments on commit 1dec470

Please sign in to comment.