This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-02
Channels
- # announcements (2)
- # babashka (10)
- # beginners (61)
- # calva (17)
- # cider (27)
- # clj-kondo (14)
- # clojure (230)
- # clojure-austin (4)
- # clojure-europe (17)
- # clojure-france (6)
- # clojure-hungary (3)
- # clojure-norway (30)
- # clojure-sweden (9)
- # clojure-uk (2)
- # clojurescript (58)
- # conjure (11)
- # core-async (7)
- # cursive (74)
- # datalog (2)
- # datomic (15)
- # events (8)
- # figwheel-main (5)
- # fulcro (2)
- # graalvm (23)
- # graphql (2)
- # helix (17)
- # humbleui (2)
- # jobs (2)
- # kaocha (6)
- # lsp (19)
- # malli (7)
- # nbb (51)
- # off-topic (33)
- # pathom (26)
- # pedestal (2)
- # polylith (1)
- # portal (4)
- # re-frame (17)
- # react (3)
- # reitit (5)
- # releases (2)
- # remote-jobs (2)
- # shadow-cljs (18)
- # sql (65)
- # tools-deps (8)
- # xtdb (28)
Clj-kondo, a linter and static analyzer for Clojure code that sparks joy ✨
2022.11.02
• https://github.com/clj-kondo/clj-kondo/issues/1846: new linters: :earmuffed-var-not-dynamic
and :dynamic-var-not-earmuffed
. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#dynamic-vars.
• https://github.com/clj-kondo/clj-kondo/issues/1842: Add :exclude
option to :used-underscored-binding
(https://github.com/staifa)
• https://github.com/clj-kondo/clj-kondo/issues/1840: Fix warning in .cljs
and .cljc
for :aliased-namespace-symbol
in interop calls. (https://github.com/NoahTheDuke)
• https://github.com/clj-kondo/clj-kondo/issues/1845: add :derived-location
to analysis when location is derived from parent node
• https://github.com/clj-kondo/clj-kondo/issues/1853: fix :level :off
not being respected in :discouraged-var
configs that are merged in.
• https://github.com/clj-kondo/clj-kondo/issues/1855: accept symbol in addition to keyword in clojure.spec.alpha/def
name position
• https://github.com/clj-kondo/clj-kondo/issues/1844: support extra schema in schema.core/defrecord
• https://github.com/clj-kondo/clj-kondo/issues/1720: prevent parse error on defmulti without args
2022.10.14
• https://github.com/clj-kondo/clj-kondo/issues/1831: Add :redundant-fn-wrapper
support for keyword and binding calls (https://github.com/NoahTheDuke)
• https://github.com/clj-kondo/clj-kondo/issues/1830: Fix warning on :include-macros
in .cljs
and .cljc
for :unknown-require-option
linter. (https://github.com/NoahTheDuke)
• https://github.com/clj-kondo/clj-kondo/issues/1238: Build a linux/aarch64 executable in CI (https://github.com/cap10morgan)
• Add :exclude
option to :unknown-require-option
• Enable :unused-value
by default
• Publish .sha256
files along with released artifacts