diff options
author | Masashi Iizuka <liquidz.uo@gmail.com> | 2019-04-11 04:59:58 +0900 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-04-10 20:59:58 +0100 |
commit | 481316561445a4048a96a2c6bd41e9b623d8919f (patch) | |
tree | d9dd770a6129f21506f940d7e0b10f652d25fd45 /doc/ale-clojure.txt | |
parent | 16b43a5708f993fc822c50053090a136578e1b33 (diff) | |
download | ale-481316561445a4048a96a2c6bd41e9b623d8919f.zip |
Add a linter for clojure using clj-kondo (#2377)
Diffstat (limited to 'doc/ale-clojure.txt')
-rw-r--r-- | doc/ale-clojure.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale-clojure.txt b/doc/ale-clojure.txt index a83e336f..2bf00c03 100644 --- a/doc/ale-clojure.txt +++ b/doc/ale-clojure.txt @@ -3,6 +3,13 @@ ALE Clojure Integration *ale-clojure-options* =============================================================================== +clj-kondo *ale-clojure-clj-kondo* + +A minimal and opinionated linter for code that sparks joy. + +https://github.com/borkdude/clj-kondo + +=============================================================================== joker *ale-clojure-joker* Joker is a small Clojure interpreter and linter written in Go. |