Fork me on GitHub
#clj-kondo
<
2022-12-05
>
orestis19:12:00

(when-let [x ""]
  x
  "foo")
The unused-value warning is helpful but it seems it fails to catch some common use cases (in my case, I should have put an if-let - I'm relying on clj-kondo very much these days it seems 🙂

borkdude19:12:40

issue welcome to improve this case