This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-03
Channels
- # announcements (3)
- # babashka (29)
- # beginners (95)
- # calva (109)
- # cider (16)
- # clj-kondo (6)
- # clj-together (1)
- # cljdoc (2)
- # cljsrn (2)
- # clojure (85)
- # clojure-europe (26)
- # clojure-india (1)
- # clojure-seattle (1)
- # clojure-uk (6)
- # clojurescript (14)
- # conjure (4)
- # cursive (8)
- # datomic (6)
- # emacs (21)
- # events (1)
- # figwheel-main (5)
- # fulcro (11)
- # graalvm (32)
- # graphql (1)
- # holy-lambda (7)
- # humbleui (7)
- # jobs (3)
- # membrane (8)
- # nextjournal (31)
- # off-topic (29)
- # pathom (14)
- # polylith (9)
- # portal (16)
- # practicalli (4)
- # reitit (17)
- # releases (1)
- # remote-jobs (2)
- # ring (4)
- # sci (20)
- # shadow-cljs (24)
- # sql (1)
- # vim (12)
- # xtdb (3)
I want to write a linter that does a different suggestion for System/currentTimeMillis
and java.util.UUID/randomUUID
. I was able to implement the first linter, but the second doesn’t seem to be recognized. I think because java.util.UUID
is not part of https://github.com/clj-kondo/clj-kondo/blob/master/resources/clj_kondo/impl/java-info.edn Should I make an issue for this (and PR) or is it more complicated?
Issue welcome. I'm not sure what the right answer is, we could probably allow hooks for things clj-kondo doesn't know
@U04V15CAJ I’ve created an issue here https://github.com/clj-kondo/clj-kondo/issues/1603
Thanks! Ok I’ll do this today or tomorrow
@stefan.van.den.oord Thanks again for working on this namespace + file consistency linter, pretty helpful and found no further regressions
Thanks @U04V15CAJ , my pleasure! It already helped me find two test namespaces that were not executed in our code base, I hope others are going to find it equally useful 😀