Skip to content

Commit 9af2fcf

Browse files
authored
Merge branch 'develop' into 18874
2 parents f7f71e9 + 613e48e commit 9af2fcf

File tree

143 files changed

+2173
-1201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+2173
-1201
lines changed

.clj-kondo/config.edn

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
malli.generator malli.generator
2727
malli.transform malli.transform
2828
malli.util malli.util
29+
promesa.core p
2930
schema.core schema
3031
status-im.feature-flags ff
3132
taoensso.timbre log}}

.clj-kondo/funcool/promesa/config.edn

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{:lint-as {promesa.core/-> clojure.core/->
2+
promesa.core/->> clojure.core/->>
3+
promesa.core/as-> clojure.core/as->
4+
promesa.core/let clojure.core/let
5+
promesa.core/plet clojure.core/let
6+
promesa.core/loop clojure.core/loop
7+
promesa.core/recur clojure.core/recur
8+
promesa.core/with-redefs clojure.core/with-redefs
9+
promesa.core/doseq clojure.core/doseq}}

.zprintrc

+31-28
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,37 @@
2222
:multi-lhs-hang]
2323

2424
:fn-map
25-
{"reg-sub" :arg1-pair
26-
"h/describe" :arg1-body
27-
"h/describe-skip" :arg1-body
28-
"h/describe-only" :arg1-body
29-
"h/test" :arg1-body
30-
"h/test-skip" :arg1-body
31-
"h/test-only" :arg1-body
32-
"global.describe" :arg1-body
33-
"global.test" :arg1-body
34-
"list-comp" :binding
35-
"defview" :arg1-body
36-
"letsubs" :binding
37-
"with-let" "let"
38-
"reg-event-fx" :arg1-pair
39-
"reg-fx" :arg1-pair
40-
"testing" :arg1-body
41-
"deftest-sub" :arg1-body
42-
"wait-for" :arg1-body
43-
"with-deps-check" :arg1-body
44-
"schema/=>" :arg1-body
45-
"->" [:noarg1-body
46-
{:list {:constant-pair? false :force-nl? false}
47-
:next-inner-restore [[:list :constant-pair?]]}]
48-
"set!" "reset!"
49-
"assoc-when" "assoc"
50-
"assoc-some" "assoc"
51-
"conj-when" "conj"
52-
"conj-some" "conj"}
25+
{"reg-sub" :arg1-pair
26+
"h/describe" :arg1-body
27+
"h/describe-skip" :arg1-body
28+
"h/describe-only" :arg1-body
29+
"h/test" :arg1-body
30+
"h/test-skip" :arg1-body
31+
"h/test-only" :arg1-body
32+
"test/async" :arg1-body
33+
"test/use-fixtures" :arg1-body
34+
"global.describe" :arg1-body
35+
"global.test" :arg1-body
36+
"list-comp" :binding
37+
"defview" :arg1-body
38+
"letsubs" :binding
39+
"with-let" "let"
40+
"reg-event-fx" :arg1-pair
41+
"reg-fx" :arg1-pair
42+
"testing" :arg1-body
43+
"deftest-sub" :arg1-body
44+
"h/integration-test" :arg1-body
45+
"wait-for" :arg1-body
46+
"with-deps-check" :arg1-body
47+
"schema/=>" :arg1-body
48+
"->" [:noarg1-body
49+
{:list {:constant-pair? false :force-nl? false}
50+
:next-inner-restore [[:list :constant-pair?]]}]
51+
"set!" "reset!"
52+
"assoc-when" "assoc"
53+
"assoc-some" "assoc"
54+
"conj-when" "conj"
55+
"conj-some" "conj"}
5356

5457
:style-map
5558
{:no-comma {:map {:comma? false}}

0 commit comments

Comments
 (0)