solidarity
solidarity copied to clipboard
Feature Request: configure post run action and exit codes
Currently a project I am working with loves the idea of Solidarity, and is inlining it in their build process. However, they don't want to completely block the build process on a mismatch - they want an obnoxious warning message.
Without some clever scripting, solidarity returns an exit 1 and fails out of the current script.
One possible solution: allow for the config to return an exit 0 to not fail the script, and have a timeout with a warning message.
so --friendlyExit
- easy enough for the basis of this. 👍