voxpupuli / metadata-json-lint

Tool to check the validity of Puppet metadata.json files
Apache License 2.0
29 stars 27 forks source link

Move exit() calls into CLI, allow rake tasks to keep executing #72

Closed domcleal closed 7 years ago

domcleal commented 7 years ago

On success, no exit(0) call is made from a rake task, allowing execution to continue to further tasks. exit() calls are now only made when used in CLI mode.

Fixes #70