This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-22
Channels
- # announcements (1)
- # babashka (94)
- # beginners (11)
- # biff (9)
- # calva (21)
- # clj-kondo (14)
- # clojure (12)
- # clojure-europe (56)
- # clojure-nl (1)
- # clojure-norway (41)
- # clojure-uk (4)
- # clojurescript (4)
- # core-logic (2)
- # gratitude (12)
- # honeysql (1)
- # hoplon (3)
- # hugsql (7)
- # introduce-yourself (2)
- # jobs-discuss (23)
- # leiningen (3)
- # malli (11)
- # off-topic (1)
- # pedestal (11)
- # reagent (3)
- # squint (8)
- # vim (9)
- # xtdb (3)
Hello
I am trying to apply pedantic :abort to my project. I have 2 nrepl dependencies for some reason.
lein deps
is saying nrepl is a dependency but it's not specified in my dependencies at all. I checked ~/.lein/profiles and .dir-locals.el but didn't find any clue for nrepl.
I am using cider when working which wants to inject nrepl itself and it's causing pedantic to abort. Really frustrating.
Any idea where to look / what to do?
Can I somehow disable pedantic locally using .dir-locals.el for now?
I normally use this technique https://github.com/clojure-emacs/refactor-nrepl/blob/7cc8365fa910e74e4c6d2d85f4d3d11f8c7e6618/project.clj#L23C4-L26 It's also possible to create a :ci profile that is only activated in CI. Although it's possible to forget doing so, which is why I prefer the former approach.
@U45T93RA6 just wanted to update I resorted to adding a profiles.clj file that is git-ignored.