solidarity icon indicating copy to clipboard operation
solidarity copied to clipboard

Feature Request: configure post run action and exit codes

Open tabrindle opened this issue 6 years ago • 1 comments

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.

tabrindle avatar Mar 12 '18 14:03 tabrindle

so --friendlyExit - easy enough for the basis of this. 👍

GantMan avatar Mar 12 '18 15:03 GantMan