Low commit activity in last 3 years
No release in over a year
Extends puppet-lint to ensure that your variables are all lower case
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3, < 5
 Project Readme

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