Add missing clj-kondo linter for nubank/matcher-combinators (#18091)
This commit is contained in:
parent
2bc7b62324
commit
390bbdb6ec
|
@ -62,15 +62,7 @@
|
|||
;; https://github.com/borkdude/clj-kondo/issues/867
|
||||
:unresolved-symbol {:exclude [PersistentPriorityMap.EMPTY
|
||||
number
|
||||
status-im.test-helpers/restore-app-db
|
||||
|
||||
;; When the namespace
|
||||
;; matcher-combinators.test is loaded, it
|
||||
;; extends cljs.test/is macro with
|
||||
;; directives `match?` and
|
||||
;; `thrown-match?`.
|
||||
match?
|
||||
thrown-match?]}
|
||||
status-im.test-helpers/restore-app-db]}
|
||||
:unresolved-var {:level :error}
|
||||
:unsorted-required-namespaces {:level :error}
|
||||
:unused-alias {:level :warning}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{:linters
|
||||
{:unresolved-symbol
|
||||
{:exclude [(cljs.test/is [match? thrown-match?])
|
||||
(clojure.test/is [match? thrown-match?])]}}}
|
Loading…
Reference in New Issue