Skip to content

Commit 7e6c990

Browse files
committed
chore: Update internal files
1 parent aa82035 commit 7e6c990

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

.clj-kondo/metosin/malli-types-clj/config.edn

+31-5
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,30 @@
351351
:port-file :nilable/string,
352352
:language :nilable/string},
353353
:nilable true}}}}},
354-
elin.function.lookup {lookup {:arities {3 {:args [{:op :keys,
354+
elin.function.lookup {local-lookup {:arities {3 {:args [{:op :keys,
355+
:req {:component/nrepl :any,
356+
:component/clj-kondo :any}}
357+
:string
358+
:string],
359+
:ret {:op :keys,
360+
:opt {:doc :string,
361+
:arglists :nilable/string,
362+
:local? :boolean},
363+
:req {:ns :string,
364+
:name :string,
365+
:file :string,
366+
:arglists-str :string,
367+
:column :int,
368+
:line :int}}}}},
369+
lookup {:arities {3 {:args [{:op :keys,
355370
:req {:component/nrepl :any,
356371
:component/clj-kondo :any}}
357372
:string
358373
:string],
359374
:ret {:op :keys,
360375
:opt {:doc :string,
361-
:arglists :nilable/string},
376+
:arglists :nilable/string,
377+
:local? :boolean},
362378
:req {:ns :string,
363379
:name :string,
364380
:file :string,
@@ -367,7 +383,8 @@
367383
:line :int}}}}},
368384
get-java-rendering-data {:arities {1 {:args [{:op :keys,
369385
:opt {:doc :string,
370-
:arglists :nilable/string},
386+
:arglists :nilable/string,
387+
:local? :boolean},
371388
:req {:ns :string,
372389
:name :string,
373390
:file :string,
@@ -383,7 +400,8 @@
383400
:javadoc :nilable/string}}}}},
384401
get-clojure-rendering-data {:arities {1 {:args [{:op :keys,
385402
:opt {:doc :string,
386-
:arglists :nilable/string},
403+
:arglists :nilable/string,
404+
:local? :boolean},
387405
:req {:ns :string,
388406
:name :string,
389407
:file :string,
@@ -399,7 +417,8 @@
399417
:see-alsos :sequential}}}}},
400418
get-lookup-rendering-data {:arities {1 {:args [{:op :keys,
401419
:opt {:doc :string,
402-
:arglists :nilable/string},
420+
:arglists :nilable/string,
421+
:local? :boolean},
403422
:req {:ns :string,
404423
:name :string,
405424
:file :string,
@@ -437,6 +456,10 @@
437456
:int
438457
:int],
439458
:ret :any}}},
459+
extract-local-binding-by-position {:arities {3 {:args [:string
460+
:int
461+
:int],
462+
:ret :any}}},
440463
apply-cider-coordination {:arities {2 {:args [:string
441464
:sequential],
442465
:ret {:op :keys,
@@ -495,6 +518,9 @@
495518
:string
496519
:map],
497520
:ret :nil}}}},
521+
elin.util.string {trim-indent {:arities {2 {:args [:int :string], :ret :string},
522+
3 {:args [:int :string :int],
523+
:ret :string}}}},
498524
elin.util.file {find-file-in-parent-directories-by-string {:arities {2 {:args [:string
499525
:string],
500526
:ret :any}}},

dev/analysis.edn

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)