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

Fix: no-return-assign warning nested expressions (fixes #5913) #6041

Merged
merged 1 commit into from May 5, 2016

Conversation

mysticatea
Copy link
Member

Fixes #5913.

I modified the logic of this rule.
This will handle assignment expressions, then check their ancestor nodes.

@eslintbot
Copy link

LGTM

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @vitorbal, @ilyavolodin and @btmills to be potential reviewers

@nzakas
Copy link
Member

nzakas commented May 4, 2016

@mysticatea can you rebase?

@mysticatea mysticatea force-pushed the no-return-assign/fix-for-nested-expression branch from 4d1b300 to f6fc7b7 Compare May 5, 2016 08:33
@eslintbot
Copy link

LGTM

@mysticatea
Copy link
Member Author

Sure, I rebased.

@ilyavolodin ilyavolodin merged commit 6df4b23 into master May 5, 2016
@mysticatea mysticatea deleted the no-return-assign/fix-for-nested-expression branch May 5, 2016 17:30
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants