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 #6915] Fix false positive in Style/SafeNavigation with a modifier condition safe guarding a logic jump keyword #6959

Merged
merged 1 commit into from Apr 24, 2019

Conversation

rrosenblum
Copy link
Contributor

This fixes #6915. It handles break, fail, next, raise, return, throw, and yield.

…modifier condition safe guarding a logic jump keyword
@bbatsov bbatsov merged commit f8b72bc into rubocop:master Apr 24, 2019
@rrosenblum rrosenblum deleted the 6915_safe_nav_bug branch April 26, 2019 17:42
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.

Incorrect case for Style/SafeNavigation
2 participants