This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-22
Channels
- # announcements (11)
- # babashka (4)
- # beginners (98)
- # calva (18)
- # chlorine-clover (1)
- # cider (44)
- # clj-kondo (6)
- # clojure (61)
- # clojure-australia (4)
- # clojure-dev (4)
- # clojure-europe (132)
- # clojure-italy (5)
- # clojure-nl (4)
- # clojure-uk (31)
- # clojurescript (40)
- # community-development (8)
- # conjure (20)
- # data-science (1)
- # datomic (42)
- # defnpodcast (6)
- # emacs (3)
- # events (1)
- # fulcro (9)
- # graphql (2)
- # hugsql (1)
- # jobs (1)
- # malli (4)
- # off-topic (28)
- # pathom (27)
- # rdf (1)
- # re-frame (10)
- # reagent (4)
- # remote-jobs (1)
- # reveal (32)
- # sci (5)
- # shadow-cljs (18)
- # spacemacs (1)
- # tools-deps (62)
- # xtdb (4)
Is there a way to ignore issues from (comment)
blocks?
@martinklepsch Jasicher!
#_{:clj-kondo/ignore [:whatever-linter :whatever-linter2]}
(comment ...)
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.
😄 3