This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-19
Channels
- # announcements (37)
- # aws (6)
- # babashka (12)
- # babashka-sci-dev (16)
- # beginners (83)
- # biff (10)
- # cider (14)
- # cljdoc (26)
- # cljs-dev (20)
- # clojure (123)
- # clojure-czech (9)
- # clojure-europe (26)
- # clojure-nl (4)
- # clojure-norway (20)
- # clojure-spec (7)
- # clojure-uk (6)
- # clojured (14)
- # clojurescript (28)
- # cursive (5)
- # datalevin (8)
- # datomic (3)
- # duct (6)
- # emacs (26)
- # events (2)
- # fulcro (7)
- # gratitude (1)
- # holy-lambda (19)
- # integrant (1)
- # jobs (2)
- # leiningen (8)
- # lsp (7)
- # nyc (1)
- # pathom (70)
- # re-frame (8)
- # reagent (15)
- # releases (1)
- # sci (8)
- # shadow-cljs (117)
- # testing (5)
- # tools-deps (11)
- # vim (5)
For a lack of the real users to come in here and complain, I recently found two cases of developing a script (one with bb and one with nbb) where navigation worked but there was no linting. This is from a comment I posted on Youtube: > We installed the (clj-kondo) extension because linting didn't work out of the box in Calva. We could not find the issue but the clj-kondo extension worked. I recently noticed a similar issue with someone who used neovim and edited a babashka script: no linting with clojure-lsp unless you add the project sources explicitly in .lsp/config.edn. Don't know if other people noticed some issue like this, but if so, I think that should get improved. Having to edit a config file when your project is essentially just one file (a script) is a bit sub-optimal.
That's probably a issue fixed on yesterdays release, where we were not linting invalid source-paths
@U7ERLH6JX Maybe you could try this again?
From the change log: > Fix local files outside source-paths not being linted even if opened/changed. > LMK if that is still a issue
ahh yes, i did notice the random scripts at work being linted yesterday and tried again now with the scripts in the bb repo and works! thanks a ton @UKFSJSM38 😄