This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-23
Channels
- # announcements (1)
- # babashka (13)
- # cherry (12)
- # cider (6)
- # clj-kondo (3)
- # cljs-dev (28)
- # clojure (77)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-norway (35)
- # clojure-uk (5)
- # clojurescript (31)
- # conjure (7)
- # cursive (12)
- # data-science (9)
- # datalevin (5)
- # datomic (8)
- # hyperfiddle (21)
- # jobs (7)
- # kaocha (19)
- # malli (26)
- # matrix (3)
- # releases (1)
- # shadow-cljs (42)
- # squint (95)
- # testing (2)
- # vim (14)
- # wasm (1)
Hey 🙂 I have a deps.edn with a dependency on https://github.com/lambdaisland/glogi/commit/5b28c6e0d32880bfbd971da24fa33a62b3e3fa7c and expected clj-kondo --copy-configs --lint src
to import the config that was added to the project but somehow it doesn't seem like it is imported, i.e. "No configs copied." The library is added to ~/.gitlibs
and the file is present there as well. Did I mess up the filepath somehow? :thinking_face: