From 440a97f8a0cef33eb07fb7da42079a0f41fe4e05 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 21 Jul 2015 19:24:34 -0700 Subject: [PATCH] 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 --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 94a1a95..31fa1a2 100644 --- a/Gemfile +++ b/Gemfile @@ -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'