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

Support IgnoredMethods option for Lint/AmbiguousBlockAssociation #9684

Closed
gPrado opened this issue Apr 7, 2021 · 1 comment · Fixed by #9685
Closed

Support IgnoredMethods option for Lint/AmbiguousBlockAssociation #9684

gPrado opened this issue Apr 7, 2021 · 1 comment · Fixed by #9685

Comments

@gPrado
Copy link
Contributor

gPrado commented Apr 7, 2021

The proposed enhancement would allow for better customization for some common DSL, such as RSpec change:

expect { do_something }.to change { object.attribute }

(example taken from: https://relishapp.com/rspec/rspec-expectations/docs/built-in-matchers/change-matcher)

@gPrado
Copy link
Contributor Author

gPrado commented Apr 7, 2021

Related to #7486

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 a pull request may close this issue.

1 participant