Fix Gemfile

Remove non-applicable comment and remove the numericvariable check,
since numeric variables are valid in puppet 4.

Change-Id: I536f1452b5fc13188d1c924a010231f22bd6dda7
This commit is contained in:
Colleen Murphy 2015-08-13 16:28:03 -07:00
parent 37f65395b6
commit 85d1bce5c4
1 changed files with 0 additions and 5 deletions

View File

@ -13,14 +13,9 @@ group :development, :test do
# Puppet 4.x related lint checks
gem 'puppet-lint-unquoted_string-check'
# Empty string changed to mean "true" in puppet 4. While it's ok to
# assign the empty string to a variable, if that variable is checked
# with if $variable instead of if $variable == '', it'll be an opposite
# behavior. However, the check is too violated by us to use right now.
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'