summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrey Popp <8mayday@gmail.com>2016-11-23 18:19:36 +0300
committerw0rp <w0rp@users.noreply.github.com>2016-11-23 15:19:36 +0000
commitf7e6236fe8c1e9a31750c6d13931e591b44b5e3d (patch)
treea9de0434a21a1a0c406b548188a236888297c8f8 /README.md
parentd700da8cb803237d313a7cfa1824b610b3435a0a (diff)
downloadale-f7e6236fe8c1e9a31750c6d13931e591b44b5e3d.zip
Add ocaml linter: merlin (#177)
* Add ocaml linter: merlin * Add docs for ocaml-merlin integration. * Remove annoying error message from ocaml merlin linter * Update doc to list merlin linter
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 1737517f..68824df1 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ name. That seems to be the fairest way to arrange this table.
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |
| Markdown | [mdl](https://github.com/mivok/markdownlint) |
| MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) |
+| OCaml | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-ocaml-merlin` for configuration instructions
| Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) |
| PHP | [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) |
| Pug | [pug-lint](https://github.com/pugjs/pug-lint) |