Fork me on GitHub
#clj-kondo
<
2021-07-20
>
arthur18:07:10

what linter would complain about warning sush as :

WARNING: Inst already refers to: #'clojure.core/Inst in namespace: 

tanzoniteblack20:07:08

like borkdude says, that's a built in warning from the clojure compiler, not from a linter

borkdude18:07:48

this is not a linter warning, but probably a compiler warning