bbatsov/rubocop

View on GitHub
changelog/fix_false_positives_for_style_safe_navigation.md

Summary

Maintainability
Test Coverage
* [#13421](https://github.com/rubocop/rubocop/issues/13421): Fix false positives for `Style/SafeNavigation` when using a method chain that exceeds the `MaxChainLength` value and includes safe navigation operator. ([@koic][])