-
Notifications
You must be signed in to change notification settings - Fork 582
Rubocop Implementation #838
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
Conversation
As a note, I have divided the ruby_spec.rb into three as I found it to unwieldy to use. |
Finished and Waiting on lean release |
Ready for merge |
LGTM. Another +1 and I will get it merged 👍 |
Looks like this broken our use of https://travis-ci.org/theforeman/puppet-pulp/jobs/305347085 |
A fix has been merged in. |
I just found out, this broke stdlib on CentOS 6 with puppet 3.8, which still has ruby 1.8. I opened a ticket on JIRA: https://tickets.puppetlabs.com/browse/MODULES-6107 Problem is the hash syntax. |
Puppet 2.7.26 and 3.x with Ruby 1.8.7 is still broken.
|
I think you are right! This is the diff for Rubocop implementation, that dropped Ruby 1.8 support. And this is the rollback diff. There seem to a be a lot of thinks missing. Strangely I'm not hitting those issues for some reason, although I'm also using validate_integer/array/hash/book (not numeric though). |
Confirmed that the Rubocop implementation lead to some changes that didn't get rolled back. puppet-3.8.7-1.el6.noarch We hit the same error as @razorsedge
|
FYI, the lambda issue in |
A commit for the purpose of tracking changes