Skip to content

Commit

Permalink
Include latest kondo config for matcher-combinators
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Aug 9, 2023
1 parent 1662f68 commit 0b383d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clj-kondo/nubank/matcher-combinators/config.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{:linters
{:unresolved-symbol
{:exclude [(clojure.test/is [match? thrown-match?])]}}}
{:exclude [(cljs.test/is [match? thrown-match?])
(clojure.test/is [match? thrown-match?])]}}}

0 comments on commit 0b383d2

Please sign in to comment.