Fork me on GitHub
#clj-kondo
<
2020-06-30
>
slimslenderslacks18:06:55

Is it true that you can add metadata to an ns definition:

(ns x.y
  {:clj-kondo/config {:linters {:unused-binding {:level :off}}}})

borkdude19:06:31

@slimslenderslacks Yes, but it might not be supported by all linters yet. If it doesn't, please post an issue and it will get fixed.

👍 3