foreman
foreman copied to clipboard
Fixes #37424 - Fix Style/RedundantRegexpEscape cop
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
What about https://github.com/theforeman/foreman/blob/develop/lib/net/validations.rb#L9?