Skip to content

Commit

Permalink
Move kondo imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed May 24, 2024
1 parent dc680ef commit 72dedbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clj-kondo/imports/metosin/malli/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{:lint-as {malli.experimental/defn schema.core/defn}
:linters {:unresolved-symbol {:exclude [(malli.core/=>)]}}}
5 changes: 5 additions & 0 deletions .clj-kondo/imports/rewrite-clj/rewrite-clj/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:lint-as
{rewrite-clj.zip/subedit-> clojure.core/->
rewrite-clj.zip/subedit->> clojure.core/->>
rewrite-clj.zip/edit-> clojure.core/->
rewrite-clj.zip/edit->> clojure.core/->>}}

0 comments on commit 72dedbc

Please sign in to comment.