Remove puppet-lint-numericvariable gem

Variables with numbers for names are valid as regex capture groups in
puppet 4[1], so this check is not beneficial and can be
counterproductive when we do actually want to have numeric variables.

[1] https://docs.puppetlabs.com/puppet/latest/reference/lang_variables.html#naming

Change-Id: I131cdc5c7ee2d6bae23766c078711a616bc1575a
This commit is contained in:
Colleen Murphy 2015-07-21 19:24:34 -07:00
parent 7c85a7d0bc
commit 440a97f8a0
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ group :development, :test do
gem 'puppet-lint-empty_string-check'
gem 'puppet-lint-leading_zero-check'
gem 'puppet-lint-variable_contains_upcase'
gem 'puppet-lint-numericvariable'
gem 'puppet-lint-spaceship_operator_without_tag-check'
gem 'puppet-lint-undef_in_function-check'