clj-kondo 2026-05-20

is it best practice to check in .clj-kondo/imports into repos or get them via copy configs before linting?

may seem like a silly question, just wondering if there is a community consensus on this

https://github.com/clj-kondo/clj-kondo#project-setup says > For your project's version control, we recommend that you commit everything under the ./.clj-kondo/ dir, except for the cache dir. Add .cache to your .gitignore to ignore all .cache dirs, including the one under ./.clj-kondo. Adjust accordingly if you are using a different --cache-dir.

1