What's Changed
- Fix [#2588]: false positive type mismatch about symbol + var by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2589
- Require clojure 1.10.3 by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2591
- Add clerk for regression tests by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2593
- Metabase regression tests by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2594
- Ductile regression tests by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2595
- Fix [#2596]: port script/diff to regression test by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2597
- Fix [#2564]: detect calling set with wrong number of arguments by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2598
- Fix [#2257]: ignore hint on invalid symbol by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2601
- Fix [#2603]: warn on nested deftest by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2604
- Make inline-configs lock file vcs friendly by @lread in https://github.com/clj-kondo/clj-kondo/pull/2608
- Fix [#2610]: ignores may show up unordered due to macros by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2611
- Emit inline-configs in a git-diff friendly way by @lread in https://github.com/clj-kondo/clj-kondo/pull/2616
- dev: fix stale compile scripts by @lread in https://github.com/clj-kondo/clj-kondo/pull/2619
- Fix [#1894]: support defstruct syntax by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2620
- Reorganize core types by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2626
- Fix [#2624]: lint argument types of get by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2627
- Make get-in also use restricted type by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2628
- Fix [#2614]: aliased-namespace-symbol doesn't work for CLJS call by @borkdude in https://github.com/clj-kondo/clj-kondo/pull/2629
Full Changelog: https://github.com/clj-kondo/clj-kondo/compare/v2025.07.28...v2025.09.19