Fork me on GitHub
#releases
<
2021-12-16
>
seancorfield03:12:11

more updates cascading from log4j 2.16.0: • clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.6"}' :as new • clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.380"}' :as clj-new • and: com.github.seancorfield/clj-new {:mvn/version "1.2.380"} (because they update to build-clj v0.6.3 per above)

👍 3
borkdude21:12:16

clj-kondo 2021.12.16 A pretty big release with several new linters, options and improvements! New • Automatically load configurations from `.clj-kondo///config.edn`. This can be disabled with `:auto-load-configs false`. https://github.com/clj-kondo/clj-kondo/issues/1492 • Add linter `:duplicate-case-test-constant`: detect duplicate case test constants. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#duplicate-case-test-constanthttps://github.com/clj-kondo/clj-kondo/issues/587 (https://github.com/mknoszlig) • Add linter `:unexpected-recur`: warn on `recur` in unexpected (non-tail) position. https://github.com/clj-kondo/clj-kondo/issues/1126 • Add linter `:used-underscored-binding`: warn on used bindings that start with underscore. Disabled by default. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#used-underscored-bindingshttps://github.com/clj-kondo/clj-kondo/issues/1149 (https://github.com/mknoszlig) • Add linter `:docstring-blank` for checking empty docstring. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#docstring-blankhttps://github.com/clj-kondo/clj-kondo/issues/805 (https://github.com/joodie) • Add linter `:docstring-leading-trailing-whitespace` for checking leading and trailing whitespace in docstring. Disabled by default. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#docstring-leading-trailing-whitespacehttps://github.com/clj-kondo/clj-kondo/issues/805 (https://github.com/joodie) • Add linter `:docstring-no-summary` for checking the absence of summary of args in docstring. Disabled by default. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#docstring-no-summaryhttps://github.com/clj-kondo/clj-kondo/issues/805 (https://github.com/joodie) • Add `:exclude-defmulti-args` option for `:unused-bindings` linter. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.mdhttps://github.com/clj-kondo/clj-kondo/issues/1188 (https://github.com/mknoszlig) • Support `:config-in-comment` https://github.com/clj-kondo/clj-kondo/issues/1473. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#override-config-in-comment-forms. Enhanced • Bump built-in cache for clojure 1.11.0-alpha3 and `clojure.data.json` • Reword `:refer` suggestion so you can copy paste it https://github.com/clj-kondo/clj-kondo/issues/1293 (https://github.com/vemv) • Add re-frame analysis output https://github.com/clj-kondo/clj-kondo/issues/1465 (https://github.com/benedekfazekas) • Qualified map causes too many arguments in type checker https://github.com/clj-kondo/clj-kondo/issues/1474 • Handle reader conditional with unknown language https://github.com/clj-kondo/clj-kondo/issues/970

🎉 9
borkdude 6
clj-kondo 5