Skip to content

Commit

Permalink
chore: Update internal configs
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Oct 12, 2024
1 parent 80dd7bd commit f3d00c2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 10 deletions.
68 changes: 59 additions & 9 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@
:sequential],
:ret :nil}}}},
elin.util.id {next-id {:arities {0 {:args [], :ret :int}}}},
elin.handler.lookup {lookup {:arities {1 {:args [{:op :keys,
elin.handler.lookup {generate-doc {:arities {2 {:args [:map
{:op :keys,
:req {:format-type :keyword}}],
:ret :string}}},
lookup {:arities {1 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:method :keyword}},
:component/nrepl :any,
Expand Down Expand Up @@ -346,7 +350,53 @@
:file :string,
:arglists-str :string,
:column :int,
:line :int}}}}}},
:line :int}}}}},
get-java-rendering-data {:arities {1 {:args [{:op :keys,
:opt {:doc :string,
:arglists :nilable/string},
:req {:ns :string,
:name :string,
:file :string,
:arglists-str :string,
:column :int,
:line :int}}],
:ret {:op :keys,
:req {:format-type :keyword,
:name :string,
:arglists :sequential,
:document :nilable/string,
:return :nilable/string,
:javadoc :nilable/string}}}}},
get-clojure-rendering-data {:arities {1 {:args [{:op :keys,
:opt {:doc :string,
:arglists :nilable/string},
:req {:ns :string,
:name :string,
:file :string,
:arglists-str :string,
:column :int,
:line :int}}],
:ret {:op :keys,
:req {:format-type :keyword,
:name :string,
:arglists :sequential,
:document :nilable/string,
:has-see-alsos :boolean,
:see-alsos :sequential}}}}},
get-lookup-rendering-data {:arities {1 {:args [{:op :keys,
:opt {:doc :string,
:arglists :nilable/string},
:req {:ns :string,
:name :string,
:file :string,
:arglists-str :string,
:column :int,
:line :int}}],
:ret {:op :keys,
:req {:format-type :keyword}}}}},
get-clojuredocs-rendering-data {:arities {1 {:args [:map],
:ret {:op :keys,
:req {:format-type :keyword}}}}}},
elin.util.sexpr {extract-ns-form {:arities {1 {:args [:string], :ret :any}}},
extract-namespace {:arities {1 {:args [:string], :ret :any}}},
add-require {:arities {3 {:args [:string
Expand Down Expand Up @@ -644,17 +694,17 @@
:req {:host-store :any}}
:string],
:ret {:op :keys,
:opt {:handlers :sequential,
:interceptors :sequential},
:opt {:export :nilable/map},
:req {:name :string},
:nilable true}}}},
load-plugins {:arities {2 {:args [{:op :keys,
read-plugins {:arities {2 {:args [{:op :keys,
:req {:host-store :any}}
:sequential],
:ret {:op :keys,
:opt {:handlers :sequential,
:interceptors :sequential},
:req {:name :string}}}}}},
:ret :sequential}}},
unify-plugins {:arities {1 {:args [:sequential],
:ret {:op :keys,
:opt {:export :nilable/map},
:req {:name :string}}}}}},
elin.component.server.impl.sexpr {get-top-list-sexpr!* {:arities {3 {:args [:any
:int
:int],
Expand Down
2 changes: 1 addition & 1 deletion dev/analysis.edn

Large diffs are not rendered by default.

0 comments on commit f3d00c2

Please sign in to comment.