-
Notifications
You must be signed in to change notification settings - Fork 293
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 some cops #11064
Fix some cops #11064
Conversation
b705b94
to
4dd1e7e
Compare
This PR has no changes in it. |
4dd1e7e
to
fe30aad
Compare
I think a rebase is needed. |
7efa86e
to
ecaf9c9
Compare
@ianballou so i tested with this changes 7efa86e, and it is working fine, at least rubocop is green |
ecaf9c9
to
2d32117
Compare
again it is passing rubocop, with 7efa86e changes. we can merge this one @ianballou. |
Seeing one more rubocop issue:
|
771b1d2
to
b955f88
Compare
@ianballou it is due to these cops are not compatible with the rubocop version we have in this branch, but i tested with this changes f6a162b and it's all green, may be we can merge this one and see it in #11009. i'm not sure if we can do this, like merging this with rubocop failure? WDYT? |
b955f88
to
f3f34f6
Compare
@ianballou this is what i was talking about, if we combine #11064 and #11009, passing all rubocop tests #11093 |
f3f34f6
to
5781756
Compare
@ianballou in case you missed it, any thoughts on the recent changes? |
@archanaserver rubocop is still failing, was that intentional? |
so the changes i have made here, few cops need |
Closing this one, as the commits present here are already merged in #11009 |
What are the changes introduced in this pull request?
Based on #11009
This pull request addresses the Style/TrailingCommaInArrayLiteral RuboCop offense by ensuring that all multiline array literals in the codebase have a trailing comma after the last item.
Considerations taken when implementing this change?
Ensured that all multiline array literals are updated uniformly with trailing commas.
Verified that the changes do not impact existing functionality or cause syntax errors.
What are the testing steps for this pull request?
bundle exec rubocop