-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
undefined method `map' for nil:NilClass #2218
Comments
I have determined that rolling back to version 0.33.0 in my Gemfile via |
We've seen this as well with tests since 0.34.0 was released. We have pinned back to 0.33.0 for now. In our Rakefile, we have a line like this to run our Ruby style checks which generates the same error that @st-isidore-de-seville is seeing:
Example Rakefile (from a Chef cookbook):
|
The fix is merged. Play with it and if everything looks good I'll cut a bugfix release tomorrow. |
Thanks @bbatsov and @maxjacobson! |
👍 I'd love to see this released as well. It's breaking CI on many of our Chef cookbooks. |
Per problems with rubocop 0.34 RE: rubocop/rubocop#2218
Hello. In running rubocop today, I received an error message where my code had previously passed a few days before (presumably with the .33 version). I admit I am relatively new to the Ruby eco-system and do not have enough knowledge to be able to troubleshoot so I figured I would submit an issue.
Thank you ever so much and thanks for a wonderful product!
The text was updated successfully, but these errors were encountered: