summaryrefslogtreecommitdiff
path: root/ale_linters/erlang/dialyzer.vim
AgeCommit message (Collapse)Author
2021-01-23refactor(erlang/dialyzer): remove file placeholder from optionsPierre-Nicolas Clauss
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com>
2020-10-03refactor(erlang/dialyzer): simplify option handlingpinicarus
2020-09-30feat(erlang/dialyzer): add custom options passingpinicarus
2019-07-22Fix bug with detection of the PLTAntoine 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-19Add 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.