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

Fix duplicate range regexp warnings #2030

Merged

Conversation

tancnle
Copy link
Collaborator

@tancnle tancnle commented Mar 17, 2024

This reduces around 84 warnings lines as the output of RUBYOPT='-W' rake check:specs command (316 -> 232).

Extracted from #1962

Related MR #1679

Turns out it was one local variable used in a lot of regexps. This
updates the link to the reference and fixes it per reference.
@tancnle tancnle added this pull request to the merge queue Mar 18, 2024
Merged via the queue into rouge-ruby:master with commit 4a52324 Mar 18, 2024
8 checks passed
@tancnle tancnle deleted the fix-duplicate-range-regexp-warnings branch March 18, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants