clj-kondo

https://github.com/clj-kondo/clj-kondo
slimslenderslacks 2020-06-30T18:48:55.106900Z

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

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

borkdude 2020-06-30T19:21:31.107300Z

@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.

1👍