diff options
author | Francis Agyapong <francisagyapong2@gmail.com> | 2017-05-02 11:27:04 -0600 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-05-02 18:27:04 +0100 |
commit | 36314aeaf2c1c5e272d7f3e5d696b5fc348081fd (patch) | |
tree | be3b130b14c446c6ce6ca09696a6f64aa35a38e7 /doc/ale.txt | |
parent | d5c135cfaff0568717ec9e4e0dab5d37e8a12921 (diff) | |
download | ale-36314aeaf2c1c5e272d7f3e5d696b5fc348081fd.zip |
Add kotlinc checker for kotlin (#526)
* Add kotlinc checker for kotlin
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d8573ef1..01258cad 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -46,6 +46,8 @@ CONTENTS *ale-contents* jshint..............................|ale-javascript-jshint| standard............................|ale-javascript-standard| xo..................................|ale-javascript-xo| + kotlin................................|ale-kotlin-options| + kotlinc.............................|ale-kotlin-kotlinc| lua...................................|ale-lua-options| luacheck............................|ale-lua-luacheck| ocaml.................................|ale-ocaml-options| @@ -139,6 +141,7 @@ The following languages and tools are supported. * Java: 'javac' * JavaScript: 'eslint', 'jscs', 'jshint', 'flow', 'xo' * JSON: 'jsonlint' +* Kotlin: 'kotlinc' * LaTeX: 'chktex', 'lacheck' * Lua: 'luacheck' * Markdown: 'mdl', 'proselint', 'vale' |