summaryrefslogtreecommitdiff
path: root/ale_linters/clojure
AgeCommit message (Collapse)Author
2021-10-19Parse clj-kondo lines that don't include row/col (#3946)Randy Stauner
Some custom linter hooks don't include these numbers.
2021-07-17Add option to clojure clj-kondo linter (#3812)莊喬
Allow define `clojure_clj_kondo_options` to customize command options for `clj-kondo`. The `--cache` in original command is now defined as default.
2019-08-06Use cache for clj-kondo lintermynomoto
2019-04-10Add a linter for clojure using clj-kondo (#2377)Masashi Iizuka
2019-02-06Update syntax checkingw0rp
* Line continuation characters should be on the same lines. * .vim file line indentation should be a multiple of 4.
2018-09-04Improve ALE project style checkingw0rp
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed.
2018-07-25Fix joker finding .joker filemorrifeldman
Add --working-dir option so joker can find a .joker file in the project root directory.
2017-11-15add joker handler for clojureNic West
Adds new linter for clojure using joker https://github.com/candid82/joker fixes #975 ref #544 #1040