diff options
author | Nic West <nicwest.cb@gmail.com> | 2017-11-15 21:46:51 +0000 |
---|---|---|
committer | Nic West <nicwest.cb@gmail.com> | 2017-11-15 22:23:46 +0000 |
commit | eda20d0585567b22befa0e011324aaa91b9bebca (patch) | |
tree | 75b74d084e741a73afe379f10428b12f4ddf5c98 /doc/ale.txt | |
parent | 1d65e5692f7075bad6806d88eb11961ea32d3e7d (diff) | |
download | ale-eda20d0585567b22befa0e011324aaa91b9bebca.zip |
add joker handler for clojure
Adds new linter for clojure using joker
https://github.com/candid82/joker
fixes #975
ref #544 #1040
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 9947d091..3290721a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -29,6 +29,8 @@ CONTENTS *ale-contents* gcc.................................|ale-c-gcc| chef..................................|ale-chef-options| foodcritic..........................|ale-chef-foodcritic| + clojure...............................|ale-clojure-options| + joker...............................|ale-clojure-joker| cmake.................................|ale-cmake-options| cmakelint...........................|ale-cmake-cmakelint| cpp...................................|ale-cpp-options| @@ -271,6 +273,7 @@ Notes: * CUDA: `nvcc`!! * C#: `mcs`, `mcsc`!! * Chef: `foodcritic` +* Clojure: `joker` * CMake: `cmakelint` * CoffeeScript: `coffee`, `coffeelint` * Crystal: `crystal`!! |