-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix commented out cops due to renames #981
base: main
Are you sure you want to change the base?
Conversation
Renames per rubocop/rubocop#7468 Signed-off-by: Tim Smith <[email protected]>
See rubocop/rubocop#7813 Signed-off-by: Tim Smith <[email protected]>
These were renamed in rubocop/rubocop#7460 Signed-off-by: Tim Smith <[email protected]>
Signed-off-by: Tim Smith <[email protected]>
Renamed in rubocop/rubocop#4864 Signed-off-by: Tim Smith <[email protected]>
Renamed in rubocop/rubocop#3226 Signed-off-by: Tim Smith <[email protected]>
These were renamed in rubocop/rubocop#6983 Signed-off-by: Tim Smith <[email protected]>
Renamed in rubocop/rubocop#3797 Signed-off-by: Tim Smith <[email protected]>
This one was partially updated at some point, but is not right: See https://github.com/rubocop/rubocop/blob/e12b51389500da8e744730f8fa022d739ba0b573/config/obsoletion.yml#L45 Signed-off-by: Tim Smith <[email protected]>
Signed-off-by: Tim Smith <[email protected]>
Quick $0.02 for Progress reviewers - a potential sticking point is specifically the cookstyle.yml changes, which as Tim pointed out will fire on downstream CI changes. Some discussion @tpowell-progress and I had (and discussed in the CAC around the time of moving Chefstyle into Cookstyle) was 'streams' (#967) to avoid that issue, but I haven't had time to get that sorted out yet. I'm personally fine with more lints enabled, but I'm not a typical customer, either ;-) |
Description
Fix the cops broken during one of my upgrades a long time ago. This is probably going to result in CI failures elsewhere as these cops have been disabled for a while. Test Kitchen triggered on one of the alignment cops.
Related Issue
Types of changes
Checklist:
Gemfile.lock
has changed, I have used--conservative
to do it and included the full output in the Description above.