Sha256: 9d0f33d5e124801cf189036732260a9ee59df2256aa67e18b9eb7cc71646c68d
Contents?: true
Size: 923 Bytes
Versions: 100
Compression:
Stored size: 923 Bytes
Contents
%% Erlang compiler options {erl_opts, [debug_info]}. % {plugins, [rebar3_proper, rebar_alias]}. %{deps, [{proper, "1.1.1-beta"}]}. %{alias, [ % {test, [eunit, proper]} %]}. {dialyzer, [ {warnings, [underspecs, no_return]}, {get_warnings, true}, {plt_apps, top_level_deps}, % top_level_deps | all_deps {plt_extra_apps, []}, {plt_location, local}, % local | "/my/file/name" {plt_prefix, "rebar3"}, {base_plt_apps, [stdlib, kernel, crypto]}, {base_plt_location, global}, % global | "/my/file/name" {base_plt_prefix, "rebar3"} ]}. %% eunit:test(Tests) {eunit_tests, []}. %% Options for eunit:test(Tests, Opts) {eunit_opts, [verbose]}. {proper_opts, [{module, [rotational_cipher_tests]}]}. %% == xref == {xref_warnings, true}. %% xref checks to run {xref_checks, [undefined_function_calls, undefined_functions, locals_not_used, exports_not_used, deprecated_function_calls, deprecated_functions]}.
Version data entries
100 entries across 100 versions & 1 rubygems