bbatsov/rubocop

View on GitHub
changelog/fix_false_positive_for_lint_safe_navigation_consistency.md

Summary

Maintainability
Test Coverage
* [#13402](https://github.com/rubocop/rubocop/issues/13402): Fix a false positive for `Lint/SafeNavigationConsistency` when using unsafe navigation with both `&&` and `||`. ([@koic][])