Skip to content

Resolve "Consider enforcing the use of the new Ruby safe navigation operator (aka `&.`)"

Rémy Coutable requested to merge 27884-disable-the-safenavigation-cop into master

What does this MR do?

This disables the Style/SafeNavigation cop as we decided it was not worth it (see the discussion in the issue).

Does this MR meet the acceptance criteria?

Closes #27884 (closed)

Merge request reports