-
Notifications
You must be signed in to change notification settings - Fork 22
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
Improve load_config_once_with_permission documentation #376
base: master
Are you sure you want to change the base?
Conversation
hi @planthaber. CI does not pass because Rubocop changed a config name. Would you mind renaming the entry to make it pass ? That would be very helpful. |
Error: The `Gemspec/DateAssignment` cop has been removed. Please use `Gemspec/DeprecatedAttributeAssignment` instead.
I tried to fix the rubocop conifg, but wehn i follow the hint:
I'm getting the next error:
For me it looks like there is no valid replacement, I removed it Then, it complains about:
When I remove it:
So it is not just renaming ;-) |
Now it seems to work: Deleted the "Gemspec/DateAssignment" cop and Fixed "lib/autoproj/os_package_installer.rb:188" issue by calling "nil" (noop), based on https://stackoverflow.com/questions/13452624/equivalent-of-pass-in-ruby |
No description provided.