Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.1 and 2.0.2 are not compatible with puppet-lint-variable_contains_upcase #541

Closed
jeffmccune opened this issue Aug 23, 2016 · 2 comments
Labels

Comments

@jeffmccune
Copy link

With the following Gemfile, rake check fails, breaking the build. Same thing with 2.0.1.

2.0.0 succeeds, however.

gem 'puppet-lint', '2.0.2'
gem 'puppet-lint-absolute_classname-check'
gem 'puppet-lint-alias-check'
gem 'puppet-lint-empty_string-check'
gem 'puppet-lint-file_ensure-check'
gem 'puppet-lint-file_source_rights-check'
gem 'puppet-lint-leading_zero-check'
gem 'puppet-lint-spaceship_operator_without_tag-check'
gem 'puppet-lint-trailing_comma-check'
gem 'puppet-lint-undef_in_function-check'
gem 'puppet-lint-unquoted_string-check'
gem 'puppet-lint-variable_contains_upcase'

Here's the error:

be rake check
rake aborted!
NameError: uninitialized constant VARIABLE_TYPES
.bundle/gems/ruby/2.1.0/gems/puppet-lint-variable_contains_upcase-1.0.1/lib/puppet-lint/plugins/variable_contains_upcase.rb:4:in `block in check'
@rnelson0
Copy link
Collaborator

See voxpupuli/puppet-lint-variable_contains_upcase#6. I'll try and ping @fiddyspence on IRC to see if that can be pushed out.

@rnelson0
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants