clj-kondo

souenzzo 2025-01-13T19:44:14.838529Z

when kondo encounters error, it returns 3 where is this documented?

souenzzo 2025-01-13T19:49:54.073219Z

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

borkdude 2025-01-13T19:53:15.784919Z

It is documented :) https://github.com/clj-kondo/clj-kondo?tab=readme-ov-file#exit-codes

👍 1