Skip to content

Enable Rubocop rule for safe navigation

What does this MR do?

Enable yet another Rubocop rule, to enforce the use of the safe navigator operator. This MR was created by removing the line from the todo file, and running rubocop -a. Manually checking a few, it seems like the rewrite rule just works.

What are the relevant issue numbers?

Linked in the commit

Merge request reports