Hello, One question, maybe is obvious and is documented somewhere but I didn't found it: how can I disable linting for a concrete namespace, from the namespace file (probably using namespace metada)?
I just want to disable all linters for few files, using config file or namespace metadata
@niwinz You can use https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#include-and-exclude-files-from-the-output
oh, I missed it because I searched for excluding namespaces, that was not obvious hehe, thanks
no worries, I get the question more often