Skip to content

RuboCop: Set `EncforcedStyle: use_perl_names` for `Style/SpecialGlobalVars`

Peter Leitzen requested to merge pl-fix-Style/SpecialGlobalVars into master

What does this MR do and why?

This MR tweaks Style/SpecialGlobalVars's configuration to use EncforcedStyle: use_perl_names. See !83879 (comment 899367028) for the reason.

There's a follow-up RuboCop: Switch to `EncforcedStyle: use_builti... (#358427 - closed) to switch back to EncforcedStyle: use_english_names.

Refs #275984 (comment 893014914)

Screenshots or screen recordings

n/a

How to set up and validate locally

n/a

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports