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

[Backport] Enable useless assignment rubocop rule #3120

Merged
merged 1 commit into from
Feb 15, 2019

Conversation

javierm
Copy link
Member

@javierm javierm commented Dec 19, 2018

References

Objectives

Help developers who don't run the ruby syntax check locally realize they might be involuntarily assigning a value to a local variable which is never used, and so they might want to check whether they need to refactor the code a bit.

This way deverlopers who don't run the ruby syntax check locally with
warnings enabled will be informed by HoundCI.
@javierm javierm force-pushed the backport-enable_useless_assignment_rule branch from 985d1e4 to a69004a Compare February 15, 2019 15:31
@javierm
Copy link
Member Author

javierm commented Feb 15, 2019

Travis failure isn't related to these changes.

@javierm javierm merged commit b48a425 into master Feb 15, 2019
@javierm javierm deleted the backport-enable_useless_assignment_rule branch February 15, 2019 16:31
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.

None yet

2 participants