Skip to content
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

Enable some new cops #1410

Merged
merged 3 commits into from
Oct 13, 2022
Merged

Enable some new cops #1410

merged 3 commits into from
Oct 13, 2022

Conversation

bquorning
Copy link
Collaborator

I know we have have RuboCop’s new cops disabled (see #1065) because they were a bit unstable, and we want to test on CI against the latest version of RuboCop without getting hit by bugs in new cops. But a while back I added a couple of new cops (Layout/LineContinuationSpacing and Layout/LineEndStringConcatenationIndentation), and I really miss having them enabled in this repository. So here they are (plus one extra “easy” cop that caused offense).


Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Updated documentation.
  • Added an entry to the CHANGELOG.md if the new code introduces user-observable changes.
  • The build (bundle exec rake) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

@bquorning bquorning marked this pull request as ready for review October 13, 2022 20:36
@bquorning bquorning requested a review from a team October 13, 2022 20:37
Copy link
Member

@pirj pirj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

@pirj pirj merged commit 494de00 into master Oct 13, 2022
@pirj pirj deleted the bquorning.enable-some-new-cops branch October 13, 2022 20:44
@ydah ydah mentioned this pull request Feb 8, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants