Fork me on GitHub
#clj-kondo
<
2023-08-17
>
d5p05:08:31

hi, is there an option to have kondo to regenerate its cache each time it runs? we execute with a lein alias similar to ["run" "-m" "clj-kondo.main" "--lint" "src/clj"] , just spent a while dealing with a difference between environments and it was the .clj-kondo/.cache on one of them that was much older so had been around across multiple kondo versions and was causing mismatches in behaviour , we can wire up a shell command to clear it but was wondering if there was a kondo option

2
d5p06:08:38

ahh found the --cache option, all good 🙂

👍 2