Is there a way to ignore issues from (comment)
blocks?
@martinklepsch Jasicher!
#_{:clj-kondo/ignore [:whatever-linter :whatever-linter2]}
(comment ...)
or just #_:clj-kondo/ignore
to ignore all
awesome, that is perfect. Thank you very much 🙂
You can also do this: https://github.com/borkdude/clj-kondo/blob/master/doc/config.md#ignore-the-contents-of-comment-forms
We actually currently do this for cljdoc, https://github.com/cljdoc/cljdoc/blob/fb6af911adc9209b986f2776f39394983b97a171/.clj-kondo/config.edn#L2.