summaryrefslogtreecommitdiff
path: root/doc/ale-clojure.txt
diff options
context:
space:
mode:
authorNic West <nicwest.cb@gmail.com>2017-11-15 21:46:51 +0000
committerNic West <nicwest.cb@gmail.com>2017-11-15 22:23:46 +0000
commiteda20d0585567b22befa0e011324aaa91b9bebca (patch)
tree75b74d084e741a73afe379f10428b12f4ddf5c98 /doc/ale-clojure.txt
parent1d65e5692f7075bad6806d88eb11961ea32d3e7d (diff)
downloadale-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-clojure.txt')
-rw-r--r--doc/ale-clojure.txt21
1 files changed, 21 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:
+