Skip to content

Commit 390bbdb

Browse files
authored
Add missing clj-kondo linter for nubank/matcher-combinators (#18091)
1 parent 2bc7b62 commit 390bbdb

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.clj-kondo/config.edn

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,7 @@
6262
;; https://github.com/borkdude/clj-kondo/issues/867
6363
:unresolved-symbol {:exclude [PersistentPriorityMap.EMPTY
6464
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?]}
65+
status-im.test-helpers/restore-app-db]}
7466
:unresolved-var {:level :error}
7567
:unsorted-required-namespaces {:level :error}
7668
:unused-alias {:level :warning}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)