Skip to content

Commit

Permalink
chore: Update type config
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Feb 18, 2024
1 parent fb5cc79 commit a888e88
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
:req {:host :string,
:port :int}}}}}}}},
elin.util.map {select-keys-by-namespace {:arities {2 {:args [:map :keyword],
:ret :map}}}},
:ret :map}}},
map->str {:arities {2 {:args [:map :sequential], :ret :string}}}},
elin.handler.internal {initialize {:arities {1 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:host :string,
Expand Down Expand Up @@ -196,6 +197,18 @@
:ret :any}}},
get-project-name {:arities {1 {:args [:any],
:ret :any}}}},
elin.function.nrepl.cider.test {summary {:arities {1 {:args [:map],
:ret {:op :keys,
:req {:summary :string,
:succeeded? :boolean}}}}},
test-error-message {:arities {1 {:args [:map],
:ret :string}}},
test-actual-values {:arities {1 {:args [:map],
:ret :sequential}}},
collect-results {:arities {2 {:args [:any :map],
:ret :sequential}}}},
elin.function.vim.info-buffer {append {:arities {2 {:args [:any :string],
:ret :nil}}}},
elin.handler.evaluate {evaluate {:arities {1 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:host :string,
Expand Down Expand Up @@ -268,4 +281,6 @@
:component/host :any}}],
:ret :any}}}},
elin.function.nrepl.cider {info!! {:arities {3 {:args [:any :string :string],
:ret :any}}}}}}}}
:ret :any}}},
ns-path!! {:arities {2 {:args [:any :string],
:ret :nilable/string}}}}}}}}

0 comments on commit a888e88

Please sign in to comment.