Current section
Files
Jump to
Current section
Files
rebar3_hex
rebar.config
rebar.config
{minimum_otp_vsn, "18"}.
{erl_opts, [
debug_info,
{platform_define, "^2[3-9]", 'POST_OTP_22'},
{platform_define, "^20", 'POST_OTP_19'},
{platform_define, "^19", 'POST_OTP_18'},
{platform_define, "^[2-9]", 'POST_OTP_18'}
]}.
{project_plugins, [{covertool, "2.0.6"}, {rebar3_ex_doc, "0.2.30"}, {rebar3_hank, "1.4.0"}]}.
{deps, [{hex_core, "0.10.3"}, {verl, "1.1.1"}]}.
{profiles, [
{test, [
{extra_src_dirs, ["test/support"]},
{deps, [{erlware_commons, "1.7.0"}, {elli, "3.3.0"},
{jsone, "1.8.1"}, {meck, "0.9.2"}]},
{erl_opts, [nowarn_export_all]}
]}
]}.
{dialyzer, [
{warnings, [
error_handling,
no_unknown
]},
{plt_extra_apps, [hex_core, verl]}
]}.
{hank,
[{ignore,
[{"test/**/*.erl", unnecessary_function_arguments}]}]}.
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,deprecated_functions]}.
{alias, [{test, [{ct, "--cover"}, {cover, "-v"}]}]}.
{hex, [{doc, ex_doc}, {repos, [
#{
name => <<"hexpm">>,
repo_url => <<"https://repo.staging.hex.pm">>,
api_url => <<"https://staging.hex.pm/api/">>,
repo_public_key => <<"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA56Ac/wvs6VjHOC48BNFO\nWPrxrogxKEvD3DeYWEbJaPvRLtlan9mw5fIjlA5zHsmwyWfItQmOWxayWD1rHPjP\nFW7WHs7h3ceSI6g3sIgsUp5Tw1x1gedPm5n+pkPovfhLGADpi+WmkHLLIIAQUrmP\n7mlRgnfkdizGuqTbG7qmRoGmAXqEiZMNBsm8TtfIsBPUjnZcHizwMdytSkwqfQsP\nK0kbtVsGPpdRKdkf+uMfIG+mJPKrIc0YZdhfAiD2kwmzoij2K01l7TrI/U5g1Yb7\n6O9nw0Y47KB6o9Hzwfkk/KUVPn0hrcGmkbAOKe03PxYTlyrockvEP9Hu6ncGvyby\nFQIDAQAB\n-----END PUBLIC KEY-----\n">>
}
]}]}.
{ex_doc, [
{source_url, <<"https://github.com/erlef/rebar3_hex">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
]}.
{rebar_packages_cdn, "https://repo.staging.hex.pm"}.