Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | refactor(erlang/dialyzer): remove file placeholder from options | Pierre-Nicolas Clauss | |
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com> | |||
2020-10-03 | refactor(erlang/dialyzer): simplify option handling | pinicarus | |
2020-09-30 | feat(erlang/dialyzer): add custom options passing | pinicarus | |
2019-07-22 | Fix bug with detection of the PLT | Antoine Gagné | |
Previously, it did not detect the PLT inside the `_build` directory and would always default to the default PLT or the one from the `kerl` tool. | |||
2019-05-19 | Add support for Erlang dialyzer (#2509) | Antoine Gagné | |
* Add support for Erlang dialyzer * Add an option to specify rebar3 profile In doing so, the use of the `**` wildcard becomes unnecessary. |