diff options
author | Andrey Popp <8mayday@gmail.com> | 2016-11-23 18:19:36 +0300 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-11-23 15:19:36 +0000 |
commit | f7e6236fe8c1e9a31750c6d13931e591b44b5e3d (patch) | |
tree | a9de0434a21a1a0c406b548188a236888297c8f8 /README.md | |
parent | d700da8cb803237d313a7cfa1824b610b3435a0a (diff) | |
download | ale-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) | |