-
-
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
Disable MessageExpectation cop #230
Conversation
@backus Where do we put the configuration for disabled cops? |
@bquorning. Lets just toss it in the default.yml for now. I don't think we need to maintain two files yet |
@bquorning once this is merged can you do a minor version bump and release to rubygems? |
What I meant was: how do I get a green build? ;-) |
oh haha. I guess we need to update that test. |
@bquorning the failing test can be updated to: it 'includes Enabled: true for every cop' do
expect(cop_configuration('Enabled')).to all(be(true).or(be(false)))
end Basically we are asserting that it is present and a boolean |
a3e463c
to
068d1ef
Compare
@backus Was that a +1? |
Yeah sorry I was on my phone. |
…n-cop Disable MessageExpectation cop
Users have expressed confusion over this cop; see