ekohl / metadata_json_deps

MIT License
3 stars 13 forks source link

Make the script fail with an exit code #10

Closed ekohl closed 1 year ago

ekohl commented 2 years ago

If there are unmet dependencies or deprecated modules the script and rake task should fail. This implements an exit code. 1 means unmet dependencies, 2 means deprecated modules. Since they're ORed 3 means both unmet dependencies and deprecated modules. If there's another condition it should use code 4.