Fork me on GitHub
#clj-kondo
<
2019-06-18
>
souenzzo12:06:52

First, tnks for kondo. Then a issue report 🙂 echo '(ns f (:require [clojure.string :as s])) (defn f [{::s/keys [x]}] x)' | clj-kondo Will report <stdin>:1:18: warning: namespace clojure.string is required but never used

souenzzo12:06:27

There is too many warns in my project. Most of then good/useful, but some odd/wrong. I will implement/report it later.

borkdude12:06:38

@souenzzo thank you. specific examples like the ones you posted are helpful. many times you can prevent warnings using config: https://github.com/borkdude/clj-kondo/blob/master/doc/config.md