We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2661e commit 4445389Copy full SHA for 4445389
src/malli/clj_kondo.cljc
@@ -171,7 +171,7 @@
171
;; delete the old files if they exist (does not throw)
172
(.delete (apply io/file (conj
173
(get options :clj-kondo-dir-path [])
174
- ".clj-kondo" "metosin" (str "malli-types-" (name key)) "config.edn"))])
+ ".clj-kondo" "metosin" (str "malli-types-" (name key)) "config.edn")))
175
176
177
".clj-kondo" "configs" "malli" "config.edn")))
0 commit comments