File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ eastwood:
1717 lein with-profile +$(VERSION ) ,+eastwood,$(TEST_PROFILES ) eastwood
1818
1919cljfmt :
20- lein with-profile +$(VERSION ) ,+cljfmt cljfmt check
20+ lein with-profile +$(VERSION ) ,+cljfmt cljfmt fix
2121
2222kondo :
2323 lein with-profile -dev,+clj-kondo run -m clj-kondo.main --lint src test
Original file line number Diff line number Diff line change 121121 (pjstadig.humane-test-output/activate! )]
122122 :test-refresh {:changes-only true }}
123123
124- :cljfmt {:plugins [[lein-cljfmt " 0.6.4 " ]]
124+ :cljfmt {:plugins [[lein-cljfmt " 0.8.0 " ]]
125125 :cljfmt {:indents {as-> [[:inner 0 ]]
126126 with-debug-bindings [[:inner 0 ]]
127127 merge-meta [[:inner 0 ]]
128128 letfn [[:block 1 ] [:inner 2 ]]}}}
129129
130130 :clj-kondo [:test
131- {:dependencies [[clj-kondo " 2021.03.31 " ]]}]
131+ {:dependencies [[clj-kondo " 2021.09.15 " ]]}]
132132
133- :eastwood {:plugins [[jonase/eastwood " 0.9.6 " ]]
133+ :eastwood {:plugins [[jonase/eastwood " 0.9.9 " ]]
134134 :eastwood {:exclude-namespaces [~(if jdk8?
135135 'orchard.java.parser
136136 'orchard.java.legacy-parser)]}}})
Original file line number Diff line number Diff line change 2020; ; clojure version ;;
2121; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2222
23-
2423(defn get-spec [v] (spec " get-spec" v))
2524
2625(defn describe [s] (spec " describe" s))
You can’t perform that action at this time.
0 commit comments