Skip to content

Commit

Permalink
Merge pull request #1869 from GeraldXv/master
Browse files Browse the repository at this point in the history
add report in the effects_code_generation, as it is the short form for both report_errors and report_warnings
  • Loading branch information
ferd authored Sep 7, 2018
2 parents c96222e + 8f36dfd commit 30daae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rebar_erlc_compiler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ effects_code_generation(Option) ->
report_errors -> false;
return_errors-> false;
return_warnings-> false;
report -> false;
warnings_as_errors -> false;
binary -> false;
verbose -> false;
Expand Down

0 comments on commit 30daae6

Please sign in to comment.