foreman icon indicating copy to clipboard operation
foreman copied to clipboard

Fixes #37424 - Fix Style/RedundantRegexpEscape cop

Open archanaserver opened this issue 1 year ago • 1 comments

Addressed flagged instances of redundant escape sequences within Regexp literals.

For reference: https://docs.rubocop.org/rubocop/cops_style.html#styleredundantregexpescape

This was generated with rubocop --auto-correct-all --only Style/RedundantRegexpEscape

archanaserver avatar Feb 22 '24 09:02 archanaserver

What about https://github.com/theforeman/foreman/blob/develop/lib/net/validations.rb#L9?

nofaralfasi avatar Feb 28 '24 12:02 nofaralfasi