This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-12
Channels
- # announcements (6)
- # babashka (45)
- # beginners (4)
- # calva (19)
- # cider (2)
- # clj-kondo (10)
- # clj-yaml (10)
- # clojure (25)
- # clojure-boston (1)
- # clojure-conj (3)
- # clojure-europe (34)
- # clojure-losangeles (5)
- # clojure-nl (1)
- # clojure-norway (11)
- # clojure-uk (2)
- # clojurescript (84)
- # cursive (10)
- # datalevin (3)
- # figwheel-main (1)
- # fulcro (1)
- # jobs (5)
- # joyride (25)
- # lsp (17)
- # malli (18)
- # nbb (1)
- # off-topic (1)
- # re-frame (22)
- # remote-jobs (9)
- # scittle (3)
- # shadow-cljs (26)
- # sql (16)
- # tools-build (12)
- # xtdb (44)
I'd like to bring some numbers to you @borkdude about clojure-lsp linter (clj-kondo used under the hood) adoption in Nubank services, there are more than 1000 services/libraries using clojure-lsp format, clean-ns and diagnostics, a really good success case for both libs ❤️
🎉 20
@borkdude how would I go about adding a linting hook for calls to new
?
thanks, that worked great
kondo seems to have different behavior for (Foo.)
callsites vs. (new Foo)
both are caught by clojure.core/new
hook, but the former doesn't have any metadata and doesn't respect :clj-kondo/ignore
annotations