diff options
author | James Fish <james@fishcakez.com> | 2015-06-06 11:59:18 +0100 |
---|---|---|
committer | James Fish <james@fishcakez.com> | 2015-06-06 14:18:58 +0100 |
commit | e1f7c8c5f93ce6088122016c9558db13557bd9af (patch) | |
tree | a24a361e055efcabbd976aca96f671ae540e2d7c /test/rebar_pkg_SUITE_data | |
parent | 21c5eb6fbe65879ad64f5c55d5528ab05604859d (diff) |
Use the same dialyzer rebar.config options as rebar
* All configuration is moved to `{dialyzer, PropList}`
* `dialyzer_warnings` renamed `warnings`
* `dialyzer_plt_warnings` renamed `get_warnings`
* `dialyzer_plt_apps` renamed `plt_extra_apps`
* `dialyzer_plt_dir` renamed `plt_location`
* `{plt_location, local}` uses profile base directory
* `dialyzer_plt` removed
* `dialyzer_plt_prefix` sets prefix of PLT name (default "rebar3")
* `dialyzer_base_plt_apps` renamed `base_plt_apps`
* `dialyzer_base_plt_dir` renamed `base_plt_location`
* `{base_plt_location, global}` uses rebar3's global cache directory
* `dialyzer_base_plt` removed
* `base_plt_prefix` sets prefix of PLT name (default "rebar3")
PLT files are always named `<prefix>_<otp_version>_plt` to match rebar.
`plt_prefix` and `base_plt_prefix` are not available in rebar, where the
prefix is always set to the project's top level application.
Diffstat (limited to 'test/rebar_pkg_SUITE_data')
0 files changed, 0 insertions, 0 deletions