Fork me on GitHub
#clj-kondo
<
2024-07-24
>
namenu04:07:02

I have this kind of Makefile task.

update-clj-kondo:
	rm -rf .clj-kondo/imports
	clj-kondo --lint $$(clojure -A:dev:test -Spath) --dependencies --parallel --copy-configs
This behavior is inconsistent: in some cases it is created under imports and in other cases it is not. What could be the cause?