Skip to content

Releases: voxpupuli/metadata-json-lint

1.2.2

02 Jun 09:41
1.2.2
Compare
Choose a tag to compare

Fixed

  • Fix metadata_lint rake task exiting on success, not continuing (#70)
  • Fix failure on incorrect license warning when --no-strict-license used (#69)

1.2.1

01 Jun 07:32
1.2.1
Compare
Choose a tag to compare

Bug fixes

  • Fix missing lib/ files in published gem

1.2.0

01 Jun 07:20
1.2.0
Compare
Choose a tag to compare

Features

  • Add --format/-f option to support a JSON output format
  • Add warning for mixed version range syntax, supported only in Puppet 5

Changes

  • The default text format mode now outputs more structured messages
  • README has been edited and clarity improved

Bug fixes

  • Fix non-zero exit code caused by some checks

1.1.0

14 Mar 13:17
1.1.0
Compare
Choose a tag to compare

Features

  • Ensure module tags are correctly specified as an array (#44)
  • Ensure requirements doesn't list the deprecated pe key (#46)
  • Ensure dependencies aren't listed with version_range keys (#47)
  • Support strictness configuration via Ruby API, for use in rake tasks definitions
  • Show default strictness option values in --help output

Bug fixes

  • Fix unclear error message when metadata.json does not exist
  • Fix gem publishing date
  • Various test improvements, ensuring failures are caught accurately and precisely

1.0.0: Merge pull request #37 from voxpupuli/release_100

18 Nov 17:44
Compare
Choose a tag to compare