This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
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?