Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #37424 - Fix Style/RedundantRegexpEscape cop #10063

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

archanaserver
Copy link
Contributor

@archanaserver archanaserver commented Feb 22, 2024

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

@nofaralfasi
Copy link
Contributor

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this generated with rubocop --auto-correct-all --only Style/RedundantRegexpEscape? If so, it helps to mention this in the commit message (and PR).

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@archanaserver please open Redmine issues for your changes.

@archanaserver archanaserver changed the title Fix Style/RedundantRegexpEscape cop Fixes #37424 - Fix Style/RedundantRegexpEscape cop May 9, 2024
@archanaserver archanaserver force-pushed the rubocop-style-redundantregexpescape branch from 6656415 to f3547ab Compare May 9, 2024 09:56
@archanaserver archanaserver force-pushed the rubocop-style-redundantregexpescape branch from f3547ab to 6dcf475 Compare June 24, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Review
3 participants