diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-11-16 11:06:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 11:06:27 +0000 |
commit | 1f4f19cbd422e30ae95e63df6fae26d99651dc03 (patch) | |
tree | 39255eada4da9fd253a64556688c8c7888c37cb5 /doc | |
parent | 3ddb858881c7b18ec8dae03ab915e5bb453f0286 (diff) | |
parent | eda20d0585567b22befa0e011324aaa91b9bebca (diff) | |
download | ale-1f4f19cbd422e30ae95e63df6fae26d99651dc03.zip |
Merge pull request #1133 from nicwest/linter-clj-joker
add joker handler for clojure
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-clojure.txt | 21 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/ale-clojure.txt b/doc/ale-clojure.txt new file mode 100644 index 00000000..a83e336f --- /dev/null +++ b/doc/ale-clojure.txt @@ -0,0 +1,21 @@ +=============================================================================== +ALE Clojure Integration *ale-clojure-options* + + +=============================================================================== +joker *ale-clojure-joker* + +Joker is a small Clojure interpreter and linter written in Go. + +https://github.com/candid82/joker + +Linting options are not configurable by ale, but instead are controlled by a +`.joker` file in same directory as the file (or current working directory if +linting stdin), a parent directory relative to the file, or the users home +directory. + +see https://github.com/candid82/joker#linter-mode for more information. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: + diff --git a/doc/ale.txt b/doc/ale.txt index 8e2e595d..697c592e 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`!! |