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 Sep 14, 2024
1 parent c9fbd1c commit 5106ea6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
:socket :any,
:read-stream :any,
:write-stream :any,
:output-channel :any,
:raw-message-channel :any,
:response-manager :any}},
:session :string,
:supported-ops :set,
Expand Down Expand Up @@ -124,7 +124,7 @@
:socket :any,
:read-stream :any,
:write-stream :any,
:output-channel :any,
:raw-message-channel :any,
:response-manager :any}}}}}},
elin.config {merge-configs {:arities {2 {:args [:nilable/map :nilable/map],
:ret :map},
Expand Down Expand Up @@ -161,7 +161,12 @@
:leave :fn},
:req {:name :keyword,
:kind :keyword},
:nilable true}}}}},
:nilable true}}}},
parse {:arities {1 {:args [:any],
:ret {:op :keys,
:req {:symbol :symbol,
:params :sequential},
:nilable true}}}}},
elin.function.nrepl.refactor {resolve-missing!! {:arities {2 {:args [:any
:string],
:ret :sequential}}}},
Expand Down Expand Up @@ -365,7 +370,7 @@
:socket :any,
:read-stream :any,
:write-stream :any,
:output-channel :any,
:raw-message-channel :any,
:response-manager :any}},
:session :string,
:supported-ops :set,
Expand Down
2 changes: 1 addition & 1 deletion dev/analysis.edn

Large diffs are not rendered by default.

0 comments on commit 5106ea6

Please sign in to comment.