diff options
author | Antoine Gagné <AntoineGagne@users.noreply.github.com> | 2021-02-28 08:31:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 22:31:44 +0900 |
commit | 48fab99a0ab793e1b9607795c21659f12bd6947f (patch) | |
tree | 5d554e05d76fb9197e3c89e806490f4cd98b0fac /supported-tools.md | |
parent | 038e4a8c31feb03beea02c09d953affc8c460515 (diff) | |
download | ale-48fab99a0ab793e1b9607795c21659f12bd6947f.zip |
Add support for `erlfmt` fixer (#3602)
* Add support for `erlfmt`
* Add missing entry to table of contents
* Fix warnings
* Add missing tools to supported tools
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index e9c88e95..a522d748 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -159,8 +159,10 @@ formatting. * [ruumba](https://github.com/ericqweinstein/ruumba) * Erlang * [SyntaxErl](https://github.com/ten0s/syntaxerl) + * [dialyzer](http://erlang.org/doc/man/dialyzer.html) * [elvis](https://github.com/inaka/elvis) :floppy_disk: * [erlc](http://erlang.org/doc/man/erlc.html) + * [erlfmt](https://github.com/WhatsApp/erlfmt) * Fish * fish [-n flag](https://linux.die.net/man/1/fish) * [fish_indent](https://fishshell.com/docs/current/cmds/fish_indent.html) |