summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorFrancis Agyapong <francisagyapong2@gmail.com>2017-05-02 11:27:04 -0600
committerw0rp <w0rp@users.noreply.github.com>2017-05-02 18:27:04 +0100
commit36314aeaf2c1c5e272d7f3e5d696b5fc348081fd (patch)
treebe3b130b14c446c6ce6ca09696a6f64aa35a38e7 /doc/ale.txt
parentd5c135cfaff0568717ec9e4e0dab5d37e8a12921 (diff)
downloadale-36314aeaf2c1c5e272d7f3e5d696b5fc348081fd.zip
Add kotlinc checker for kotlin (#526)
* Add kotlinc checker for kotlin
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt3
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'