diff options
author | 莊喬 <bootleq@gmail.com> | 2021-07-17 21:07:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 22:07:02 +0900 |
commit | f83a1f70d542ac885b72d1161140d6d999e2d7b2 (patch) | |
tree | 14554776e3fbd17ec79871dfed944dd6f560280e /doc/ale-clojure.txt | |
parent | a6a8131306f873c33c1983fbc74f0989bc6a4921 (diff) | |
download | ale-f83a1f70d542ac885b72d1161140d6d999e2d7b2.zip |
Add 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.
Diffstat (limited to 'doc/ale-clojure.txt')
-rw-r--r-- | doc/ale-clojure.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-clojure.txt b/doc/ale-clojure.txt index 2bf00c03..3ff367f6 100644 --- a/doc/ale-clojure.txt +++ b/doc/ale-clojure.txt @@ -9,6 +9,14 @@ A minimal and opinionated linter for code that sparks joy. https://github.com/borkdude/clj-kondo +g:ale_clojure_clj_kondo_options *g:ale_clojure_clj_kondo_options* + *b:ale_clojure_clj_kondo_options* + Type: |String| + Default: `'--cache'` + + This variable can be changed to modify options passed to clj-kondo. + + =============================================================================== joker *ale-clojure-joker* |