-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update rubocop to 1.69.1 #374
base: channel/beta
Are you sure you want to change the base?
Update rubocop to 1.69.1 #374
Conversation
BrianHawley
commented
Nov 9, 2024
- General bundle update.
- Update the docs too.
- Fix rubocop API deprecations.
- Fix reasonable rubocop complaints.
- Disable unnecessary rubocop complaints.
- Explicit ostruct dependency for future compatibility.
- Remove an unnecessary empty file.
@f-moya could you merge this one? It's has a bundle update and rake docs:scrape, but it also fixes the rubocop failures in the code itself, and all of the new rubocop API deprecation warnings in the new version. |
Hi @BrianHawley, I hope you're doing well. I am no longer with Code Climate, so I won't be able to assist with the deployments moving forward. |
@f-moya do you know whose job it is at Code Climate to review and merge these PRs? So I can tag them when I make these updates. |
ccdb63d
to
14138bd
Compare
- General bundle update. - Update the docs too. - Fix rubocop API deprecations. - Fix reasonable rubocop complaints. - Disable unnecessary rubocop complaints. - Explicit ostruct dependency for future compatibility. - Remove an unnecessary empty file.
14138bd
to
722c7df
Compare
Getting this released would be a big help to me. I'm using ruby-lsp and Neovim and it sounds like this should fix the issue according to: Shopify/ruby-lsp#2840 (comment) |