Merge pull request #2681 from mynomoto/clj-kondo-cache

Use cache for clj-kondo linter
This commit is contained in:
w0rp 2020-04-17 17:50:18 +01:00 committed by GitHub
commit 198361bc0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,6 @@ call ale#linter#Define('clojure', {
\ 'name': 'clj-kondo',
\ 'output_stream': 'stdout',
\ 'executable': 'clj-kondo',
\ 'command': 'clj-kondo --lint %t',
\ 'command': 'clj-kondo --cache --lint %t',
\ 'callback': 'ale_linters#clojure#clj_kondo#HandleCljKondoFormat',
\})