voxpupuli / metadata-json-lint

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

Add rake task #5

Closed electrical closed 9 years ago

electrical commented 9 years ago

Adds a rake task that can be included like:

require 'metadata-json-lint/rake_task' which exposes themetadata_lint` task

nibalizer commented 9 years ago

That rake task will abort everything.. are you sure its what you want?

electrical commented 9 years ago

Fixed it.