when kondo encounters error, it returns 3 where is this documented?
Kondo CLI return codes:
0 - No errors. No warning. (or commands like `--version` or `--help`)
2 - warns found
3 - errors found
:else - JVM exit/Unexpected error/Not defined by kondo
It would be nice if this is added to the docsIt is documented :) https://github.com/clj-kondo/clj-kondo?tab=readme-ov-file#exit-codes