hi @borkdude I am not seeing any warnings when linting deps.edn:
$ head deps.edn
{:paths ["src/main" "resources"]
:jvm-opts [""]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
org.clojure/spec.alpha {:mvn/version "0.2.194"}
bk/ring-gzip {:mvn/version "0.3.0"}
com.taoensso/timbre {:mvn/version "5.1.2"}
com.taoensso/tufte {:mvn/version "2.2.0"}
;; this version breaks tracing...
;com.wsscode/pathom {:mvn/version "2.3.0"}
$ clj-kondo --lint deps.edn
linting took 11ms, errors: 0, warnings: 0
I'm not sure if I'm invoking it incorrectly..@danvingo Try this example:
{:deps {medley {:mvn/version "RELEASE"}}}
It doesn't yet have a check for the toplevel jvm-opts, but like I said, you're welcome to create an issue for it
ahh, sorry, now I understand what you meant