summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrancis Agyapong <francisagyapong2@gmail.com>2017-06-02 12:41:46 -0600
committerw0rp <w0rp@users.noreply.github.com>2017-06-02 19:41:46 +0100
commit2c89a4c98a5a3435ed2b5b479a20f0e715553596 (patch)
tree9b60e63be3ae594dddf4f929a6c8f23c6c18c6c7 /README.md
parent7c68889bbcf04091ea19bd4d3d18d5f800d24c30 (diff)
downloadale-2c89a4c98a5a3435ed2b5b479a20f0e715553596.zip
Add ktlint support (without formatting) for kotlin filetype (#610)
* Add ktlint support (without formatting) for kotlin filetype * Fix code style and refactor to use ALE utility functions (GetMatches) * Remove options for configuration file * Refactor: Rename exec variable and use ale#Set for variable configuration
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5c3e076..44df3b58 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ name. That seems to be the fairest way to arrange this table.
| Java | [checkstyle](http://checkstyle.sourceforge.net), [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/), [xo](https://github.com/sindresorhus/xo)
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
-| Kotlin | [kotlinc](https://kotlinlang.org) see `:help ale-integration-kotlin` for configuration instructions
+| Kotlin | [kotlinc](https://kotlinlang.org), [ktlint](https://ktlint.github.io) see `:help ale-integration-kotlin` for configuration instructions
| LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck), [proselint](http://proselint.com/) |
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |
| Markdown | [mdl](https://github.com/mivok/markdownlint), [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) |