What's Changed
- Fix [#2633]: support new defparkingop macro in core.async alpha by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2634
- Add :interface? field to :java-class-definitions analysis output by @hugoduncan in https://github.com/clj-kondo/clj-kondo/pull/2635
- Add test case for issue [#2637] (private interface methods) by @hugoduncan in https://github.com/clj-kondo/clj-kondo/pull/2638
- Add :equals-nil linter by @conao3 in https://github.com/clj-kondo/clj-kondo/pull/2640
- Fix [#2641]: lint warnings of def not realized by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2642
- Fix [#1743]: change not-empty? to warn on already seqs by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2644
- Ns groups perf, thanks @severeoverfl0w by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2645
- Flip :self-requiring ns to :warning by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2647
- Fix [#2590]: :duplicate-key-in-assoc by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2648
New Contributors
- @conao3 made their first contribution in https://github.com/clj-kondo/clj-kondo/pull/2640
Full Changelog: https://github.com/clj-kondo/clj-kondo/compare/v2025.09.22...v2025.10.23