diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-09-07 07:51:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 07:51:03 -0400 |
commit | 30daae6591a8b042f1cbc69b1d0850c1ff239a40 (patch) | |
tree | 203e7eae0c00f91759303b1474862bb61e1bd5f9 | |
parent | c96222ead3790d06448b447ef704546618e98d41 (diff) | |
parent | 8f36dfdc65a8dc6c4fb07c346d753e142b2735bd (diff) |
Merge pull request #1869 from GeraldXv/master
add report in the effects_code_generation, as it is the short form for both report_errors and report_warnings
-rw-r--r-- | src/rebar_erlc_compiler.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl index a398ddd..57e5398 100644 --- a/src/rebar_erlc_compiler.erl +++ b/src/rebar_erlc_compiler.erl @@ -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; |