clj-kondo 2025-01-13

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 docs