Fork me on GitHub
#clj-kondo
<
2024-02-09
>
Victor Pigmeo20:02:09

Hi folks, simple question, why param1 it is an error and the non-existent-fn is a "warn" if on both cases we won't be able to compile? think_beret

borkdude20:02:34

in short, no good reason

Victor Pigmeo20:02:53

makes sense to change it to an error also? I'm using clojure-lsp and I had an "issue" where I delete a def and it was showing as a warn so I ignored it 😅 OFC it is not a big deal cause the code won't compile anyways and we will receive an error pointing to that location.

borkdude20:02:39

you can change it locally

Victor Pigmeo20:02:54

yeah thanks3, I was just curious if other people see that as a problem or not