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 Apr 29, 2024
1 parent 0a8e75e commit a977bd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
:ret :any}}},
eval! {:arities {2 {:args [:any :string],
:ret :any}}}},
elin.component.server.impl.quickfix {set-quickfix-list* {:arities {2 {:args [:any
:sequential],
:ret :nil}}},
set-location-list* {:arities {3 {:args [:any
:int
:sequential],
:ret :nil}}}},
elin.util.id {next-id {:arities {0 {:args [], :ret :int}}}},
elin.handler.lookup {lookup {:arities {1 {:args [{:op :keys,
:req {:message {:op :keys,
Expand Down
2 changes: 1 addition & 1 deletion dev/analysis.edn

Large diffs are not rendered by default.

0 comments on commit a977bd0

Please sign in to comment.