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. Change-Id: I6ae5eaa5d9036b415759793f8bdc3dc8f1351c7e
This commit is contained in:
parent
8d9fde0e93
commit
b6b6edcb16
1
Gemfile
1
Gemfile
@ -16,7 +16,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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user