This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-14
Channels
- # aleph (3)
- # announcements (1)
- # babashka (36)
- # babashka-sci-dev (4)
- # beginners (62)
- # biff (2)
- # calva (13)
- # cider (4)
- # clj-kondo (6)
- # cljdoc (17)
- # clojure (142)
- # clojure-dev (6)
- # clojure-europe (62)
- # clojurescript (20)
- # core-async (26)
- # cursive (18)
- # data-oriented-programming (9)
- # data-science (1)
- # datahike (18)
- # events (4)
- # fulcro (4)
- # graalvm (2)
- # hyperfiddle (15)
- # interop (1)
- # jobs-discuss (8)
- # leiningen (2)
- # lsp (91)
- # malli (1)
- # missionary (11)
- # nbb (65)
- # off-topic (50)
- # practicalli (2)
- # programming-beginners (4)
- # re-frame (18)
- # remote-jobs (1)
- # shadow-cljs (53)
- # spacemacs (1)
- # specter (2)
- # sql (17)
- # tools-build (63)
- # web-security (1)
- # xtdb (15)
When using clj-kondo via a deps alias it would be nice if clj-kondo would pick up on the paths specified in other aliases for linting rather than having to specify them via the --lint
parameter. A common case for me is a test alias which defines the test srcs in :extra-paths
, which I have to duplicate in the --lint parameter for clj-kondo invocation. Am i missing a way of currently doing this?
clj-kondo does not automatically pick up directories to lint from deps.edn or project.clj
Is this worth adding as an issue? This existing issue seems related https://github.com/clj-kondo/clj-kondo/issues/1341
By magic are you thinking as something not obvious to the user or for the way this would be implemented