#234
Using rebar3 and Erlang 20 I get the following:
===> Compiling src/cuttlefish_unit.erl failed
src/cuttlefish_unit.erl:4: export_all flag enabled - all functions will be exported
Note that warnings_as_errors is enabled. It compiles fine without this. Are there any plans to get rid of these warnings?