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 | |
parent | 16b43a5708f993fc822c50053090a136578e1b33 (diff) | |
download | ale-481316561445a4048a96a2c6bd41e9b623d8919f.zip |
Add a linter for clojure using clj-kondo (#2377)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-clojure.txt | 7 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 9 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. diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 0051fd6a..eff2e607 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -74,6 +74,7 @@ Notes: * `cookstyle` * `foodcritic` * Clojure + * `clj-kondo` * `joker` * CloudFormation * `cfn-python-lint` diff --git a/doc/ale.txt b/doc/ale.txt index 7b1b32fd..6d78fd89 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1867,6 +1867,7 @@ documented in additional help files. cookstyle.............................|ale-chef-cookstyle| foodcritic............................|ale-chef-foodcritic| clojure.................................|ale-clojure-options| + clj-kondo.............................|ale-clojure-clj-kondo| joker.................................|ale-clojure-joker| cloudformation..........................|ale-cloudformation-options| cfn-python-lint.......................|ale-cloudformation-cfn-python-lint| |