cursive

imre 2025-06-30T14:41:47.261859Z

I don't seem to be able to unmark .clj-kondo as excluded anymore... has something changed there? I usually set gitignore rules around that folder like the following, keeping project-specific hooks and config at hand

.clj-kondo/*/
!.clj-kondo/hooks

imre 2025-07-14T09:33:55.542889Z

Thanks Colin, that worked!

cfleming 2025-06-30T22:10:02.383099Z

No, I don't think so - Cursive doesn't do anything specific with that (yet, I'm working on finally integrating Kondo right now). But in the meantime I can't see why that would happen - maybe something IntelliJ changed in a recent version?

cfleming 2025-07-10T01:31:12.459039Z

Actually @imre - sorry, I just realised I wasn't paying sufficient attention when I read your message, and in fact something did change here. If you go to Settings | Languages & Frameworks | Clojure | Directories to exclude/ignore, you can remove .clj-kondo from that list.

imre 2025-07-01T10:01:38.024489Z

thanks

imre 2025-07-01T10:02:09.111339Z

> finally integrating Kondo right now Love that, thank you!