summaryrefslogtreecommitdiff
path: root/doc/ale-kotlin.txt
AgeCommit message (Collapse)Author
2019-01-20Add ktlint fixer support.Michael Phillips
2018-07-15Add kotlin language server support (#1725)MTDL9
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server
2017-07-08Use equal signs for language documentation sectionsw0rp
2017-06-02Add ktlint support (without formatting) for kotlin filetype (#610)Francis Agyapong
* 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
2017-05-02Add kotlinc checker for kotlin (#526)Francis Agyapong
* Add kotlinc checker for kotlin