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 Jul 28, 2024
1 parent 324233d commit 0084a16
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 31 deletions.
51 changes: 21 additions & 30 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,18 @@
:req {:host-store :any}},
:component/session-storage :any,
:component/clj-kondo :any}}],
:ret :any}}}},
:ret :any}}},
rerun-last-failed-tests {:arities {1 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:host :string,
:message :sequential}},
:component/nrepl :any,
:component/interceptor :any,
:component/host {:op :keys,
:req {:host-store :any}},
:component/session-storage :any,
:component/clj-kondo :any}}],
:ret :any}}}},
elin.component.server.impl.buffer {set-to-current-buffer* {:arities {2 {:args [{:op :keys,
:req {:host-store :any}}
:string],
Expand Down Expand Up @@ -368,6 +379,10 @@
:string
:map],
:ret :sequential}}}},
elin.function.storage.test {set* {:arities {3 {:args [:keyword :any :string],
:ret :nil}}},
get* {:arities {2 {:args [:keyword :any],
:ret :string}}}},
elin.function.nrepl.system {get-system-info* {:arities {1 {:args [:any],
:ret :any}}},
get-user-dir {:arities {1 {:args [:any], :ret :any}}},
Expand Down Expand Up @@ -550,40 +565,16 @@
:int
:string],
:ret :any}}}},
elin.function.clj-kondo {namespace-symbols {:arities {1 {:args [{:op :keys,
:req {:lazy-host {:op :keys,
:req {:host-store :any}},
:analyzing?-atom :any,
:analyzed-atom :any}}],
elin.function.clj-kondo {namespace-symbols {:arities {1 {:args [:any],
:ret :sequential}}},
most-used-namespace-alias {:arities {2 {:args [{:op :keys,
:req {:lazy-host {:op :keys,
:req {:host-store :any}},
:analyzing?-atom :any,
:analyzed-atom :any}}
most-used-namespace-alias {:arities {2 {:args [:any
:symbol],
:ret :nilable/symbol}}},
namespaces-by-alias {:arities {2 {:args [{:op :keys,
:req {:lazy-host {:op :keys,
:req {:host-store :any}},
:analyzing?-atom :any,
:analyzed-atom :any}}
:symbol],
namespaces-by-alias {:arities {2 {:args [:any :symbol],
:ret :sequential}}},
namespace-by-alias {:arities {2 {:args [{:op :keys,
:req {:lazy-host {:op :keys,
:req {:host-store :any}},
:analyzing?-atom :any,
:analyzed-atom :any}}
:symbol],
namespace-by-alias {:arities {2 {:args [:any :symbol],
:ret :nilable/symbol}}},
lookup {:arities {3 {:args [{:op :keys,
:req {:lazy-host {:op :keys,
:req {:host-store :any}},
:analyzing?-atom :any,
:analyzed-atom :any}}
:string
:string],
lookup {:arities {3 {:args [:any :string :string],
:ret :any}}}},
elin.component.server.impl.event {on-connect* {:arities {1 {:args [{:op :keys,
:req {:host-store :any}}],
Expand Down
2 changes: 1 addition & 1 deletion dev/analysis.edn

Large diffs are not rendered by default.

0 comments on commit 0084a16

Please sign in to comment.