Fork me on GitHub
#clojure-europe
<
2020-07-25
>
genRaiy08:07:28

#_ good Morning

borkdude09:07:22

##Good Morning

genRaiy10:07:02

Why don’t you say anything @borkdude ?

otfrom10:07:20

if we keep commenting on comments this is going to feel like twitter

🐦 3
borkdude11:07:57

@raymcdermott I have nothing to say. #_:wittgenstein.

genRaiy11:07:38

No comment

borkdude13:07:44

@mpenet Pushed support for the clojure.core/format linter to clj-kondo master. Further discussion in #clj-kondo if necessary.

mpenet14:07:39

Nice! Would it be possible to have this for clojure tools logging infof, debugf, errorf etc?

borkdude14:07:38

You can use {:lint-as {clojure.tools.foo/bar clojure.core/format}} if it follows the exact same syntax

borkdude14:07:13

Further discussion in #clj-kondo if necessary. 🙂

mpenet14:07:04

Actually the signature makes it trickier

borkdude14:07:25

Welcome to suggest ideas/examples in #clj-kondo. Since tools.logging is pretty "core" it might make sense to bake in support for it.

borkdude14:07:09

I haven't used that lib that much so I'll be needing a couple of examples in how it differs

borkdude14:07:15

You can also use the hooks API (if it weren't supported) to fix this