Puppet lint check for upcase variables

License Test Release RubyGem Version RubyGem Downloads Donated by Chris Spence

The future parser disallows mixed case variables, so this check implements warnings for them

Transfer Notice

This plugin was originally authored by Chris Spence. The maintainer preferred that Vox Pupuli take ownership of the module for future improvement and maintenance.

License

This gem is licensed under the MIT license.

Release information

To make a new release, please do:

  • Update the version in the puppet-lint-variable_contains_upcase.gemspec file
  • Install gems with bundle install --with release --path .vendor
  • generate the changelog with bundle exec rake changelog
  • Create a PR with it
  • After it got merged, push a tag. A github workflow will do the actual release