summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob Bass <jacob@jacobbass.net>2017-04-26 19:25:25 +1000
committerJacob Bass <jacob@jacobbass.net>2017-04-26 19:29:09 +1000
commit4db5f3923d8e30155c02fd903817e27cc0aa293f (patch)
tree25c059eabeffb0858115bea2101012ff5c84511f /README.md
parent65fc4aeb1e12d75b2174bdcd887aacf2c7c98952 (diff)
downloadale-4db5f3923d8e30155c02fd903817e27cc0aa293f.zip
Create reasonml merlin linter
copy @andreypopp 's ocaml merlin linter from this project into reason
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3a793d75..77fdae88 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ name. That seems to be the fairest way to arrange this table.
| Pug | [pug-lint](https://github.com/pugjs/pug-lint) |
| Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/), [mypy](http://mypy-lang.org/), [pylint](https://www.pylint.org/) |
+| ReasonML | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-reason-merlin` for configuration instructions
| reStructuredText | [proselint](http://proselint.com/)|
| RPM spec | [rpmlint](https://github.com/rpm-software-management/rpmlint) (disabled by default; see `:help ale-integration-spec`) |
| Ruby | [reek](https://github.com/troessner/reek), [rubocop](https://github.com/bbatsov/rubocop), [ruby](https://www.ruby-lang.org) |