This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-04
Channels
- # announcements (9)
- # babashka (5)
- # beginners (50)
- # calva (13)
- # clj-kondo (11)
- # clojure (30)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-europe (4)
- # clojure-filipino (1)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-norway (2)
- # clojure-sg (1)
- # clojure-taiwan (1)
- # clojurescript (32)
- # conjure (2)
- # honeysql (1)
- # hyperfiddle (8)
- # jobs-discuss (9)
- # leiningen (2)
- # malli (3)
- # off-topic (21)
- # reitit (4)
- # shadow-cljs (10)
- # sql (3)
- # squint (17)
- # tools-deps (14)
Hey, any idea why on new lein project or deps.edn I have such error from clj-kondo (via Clojure Extras plugin in Intellij IDEA)
when I’m running it manually I got:
so I’m guessing that problem is with Clojure Extras, but maybe somebody can confirm
switching from :refer to :as is solving problem… but still on command line is just one warning less for :refer
what you would recommend? listening for kondo warnings (replacing with :as or explicit) or disable kondo…
so this is standard best practice?
thank you, I will.
👍 thanks for hint