diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-10-30 11:30:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 11:30:13 +0000 |
commit | 1575b3d7ddc5c2844d987f2abb0a5defe493972b (patch) | |
tree | 0fa6506730b54e319a45c7aa2a4eabe6811f950d /doc/ale.txt | |
parent | daecbad543c68de1c0a2d8c368e4edde2f90461e (diff) | |
parent | 634eb1920cf6f22bf5a121928511ad873656b819 (diff) | |
download | ale-1575b3d7ddc5c2844d987f2abb0a5defe493972b.zip |
Merge pull request #1059 from ahmedelgabri/reason-refmt
refmt fixer for ReasonML
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 340d7fa5..368ba9e8 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -150,6 +150,7 @@ CONTENTS *ale-contents* lintr...............................|ale-r-lintr| reasonml..............................|ale-reasonml-options| merlin..............................|ale-reasonml-merlin| + refmt...............................|ale-reasonml-refmt| restructuredtext......................|ale-restructuredtext-options| write-good..........................|ale-restructuredtext-write-good| ruby..................................|ale-ruby-options| @@ -308,7 +309,7 @@ Notes: * Puppet: `puppet`, `puppet-lint` * Python: `autopep8`, `flake8`, `isort`, `mypy`, `pycodestyle`, `pylint`!!, `yapf` * R: `lintr` -* ReasonML: `merlin` +* ReasonML: `merlin`, `refmt` * reStructuredText: `proselint`, `write-good` * RPM spec: `rpmlint` * Ruby: `brakeman`, `rails_best_practices`!!, `reek`, `rubocop`, `ruby` |