We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc7b62 commit 390bbdbCopy full SHA for 390bbdb
.clj-kondo/config.edn
@@ -62,15 +62,7 @@
62
;; https://github.com/borkdude/clj-kondo/issues/867
63
:unresolved-symbol {:exclude [PersistentPriorityMap.EMPTY
64
number
65
- status-im.test-helpers/restore-app-db
66
-
67
- ;; When the namespace
68
- ;; matcher-combinators.test is loaded, it
69
- ;; extends cljs.test/is macro with
70
- ;; directives `match?` and
71
- ;; `thrown-match?`.
72
- match?
73
- thrown-match?]}
+ status-im.test-helpers/restore-app-db]}
74
:unresolved-var {:level :error}
75
:unsorted-required-namespaces {:level :error}
76
:unused-alias {:level :warning}
.clj-kondo/nubank/matcher-combinators/config.edn
@@ -0,0 +1,4 @@
1
+{:linters
2
+ {:unresolved-symbol
3
+ {:exclude [(cljs.test/is [match? thrown-match?])
4
+ (clojure.test/is [match? thrown-match?])]}}}
0 commit comments