Changelog for
ruby2.1-rubygem-puppet-lint-2.5.2-1.1.x86_64.rpm :
* Tue May 17 2022 kastlAATTb1-systems.de- upstream changed to https://github.com/puppetlabs/puppet-lint/- BIG update to 2.5.2 see the changelog at https://github.com/puppetlabs/puppet-lint/blob/master/CHANGELOG.md
* Sun Oct 29 2017 tampakrapAATTopensuse.org- Version bump 2.3.3: - Closed issues: - 2.3.2 - Rakefile\'s ignore_paths not respected #760 - 2.3.1 - Puppet lint fails with 1.8.7-p371 and Puppet 3.8.0 #759 - 2.3.1: puppet-lint does not show errors/warnings --error-level option. [#756] - Merged pull requests: - Add some basic acceptance tests #764 (rodjek) - Restore Ruby 1.8.7 support #763 (rodjek) - Don\'t override ignore_paths set in rake task with default value #762 (rodjek) - Add spec for issue raised in #754 #756 #761 (rodjek) - Fix setup of default log_format in PuppetLink.configuration when it is empty. #757 (zekefast) See the upstream changelog for full changes from 2.0.0 till 2.3.3 https://github.com/rodjek/puppet-lint/blob/2.3.3/CHANGELOG.md
* Sat Jul 30 2016 tampakrapAATTopensuse.org- Version bump 2.0.0 see https://github.com/rodjek/puppet-lint/blob/master/CHANGELOG.md#200-2016-06-22
* Wed Nov 26 2014 tampakrapAATTopensuse.org- Convert to the new ruby packaging schema- Version bump 1.1.0
* New features
* puppet-lint configuration can now be set in the Rake task definition, so you no longer have to remember arcane PuppetLint.configuration options.
* Multiple checks can now be disabled in a single control comment.
* The performance of the parser has been significantly improved, most noticably when checking large manifest files.
* Bug fixes
* unquoted_node_name check now supports multiple node names in a comma separated list in a single node block.
* arrow_alignment check now will now put parameters on their own line if it encounters a multiline resource with multiple parameters on a line.
* variable_scope check no longer throws false positive results when using the automatically created variables from metaparameters.
* arrow_alignment check no longer destroys the parameter name when it encounters a parameter followed by an arrow with no whitespace between them.
* puppet-lint no longer parses the body of the class when searching for the parameter tokens of an unparameterised class.
* Thu Aug 21 2014 darinAATTdarins.net- initial packaging