-
-
Notifications
You must be signed in to change notification settings - Fork 277
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 all pending cops #1902
Enable all pending cops #1902
Conversation
e1f1078
to
21ebc53
Compare
@ydah The Danger check failed, and I’m not sure why. Could you have a look, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go, cops! It’s a full-scale anti-crime operation.
@Darhazer Any comments? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Let’s remember https://metaredux.com/posts/2020/06/08/the-rubocop-name-drama-redux.html and not get too crazy with the police/cop analogy 😬 I asked @Darhazer for feedback only about an hour ago, so I’ll leave this PR open until tomorrow where I’ll merge and make a pre-release. See also #1880 (comment) |
I admit I had a few more funny phrases to add to that comment, but removed them before sending. |
21ebc53
to
1af0b78
Compare
Closes #1886
When a new cop is added, its state is
pending
. The only time we enable cops is when we make a major release. v3.0 is just around the corner, so now we enable the pending cops.Before submitting the PR make sure the following are checked:
master
(if not - rebase it).CHANGELOG.md
if the new code introduces user-observable changes.bundle exec rake
) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).