This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-22
Channels
- # announcements (1)
- # babashka (7)
- # beginners (31)
- # cider (2)
- # clj-kondo (6)
- # cljfx (2)
- # cljsrn (3)
- # clojure (65)
- # clojure-australia (1)
- # clojure-spec (10)
- # clojure-uk (3)
- # clojuredesign-podcast (1)
- # clojurescript (28)
- # conjure (15)
- # fulcro (24)
- # helix (4)
- # jobs-discuss (36)
- # malli (16)
- # minimallist (3)
- # re-frame (3)
- # sci (88)
- # shadow-cljs (10)
- # test-check (1)
@borkdude I definitely don't have alternatives when I'm suggesting a lint rule though :). Other than writing better code.
@dominicm For example with this issue: https://github.com/borkdude/clj-kondo/issues/1076
You suggest a specific linting rule, but an alternative could have been a more general rule like the existing :single-key-in
. That linter came from a discussion that we had while going through a couple of alternatives and imo is better than specific linters for :get-in
, :assoc-in
etc.