voxpupuli / metadata-json-lint

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

default to use metadata.json as the file to be parsed. #40

Closed ghoneycutt closed 7 years ago

ghoneycutt commented 7 years ago

When calling metadata-json-lint without an argument for the file to be parsed, it should default to 'metadata.json'. This would follow expected behavior.

ghoneycutt commented 7 years ago

Created PR #41 to address this.