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: refactor regex to use re2 #12216

Merged
merged 15 commits into from
Oct 20, 2021
Merged

fix: refactor regex to use re2 #12216

merged 15 commits into from
Oct 20, 2021

Conversation

RahulGautamSingh
Copy link
Collaborator

Changes:

Updated regex of these sub-folders:
lib/manager
lib/platform
to use RE2 using regEx function from lib/util/regex and added flags to incompatible regex(#12070) and regex in for loops(#12071 )

Context:

Fixes #11875

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please tick one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

Copy link
Contributor

@JamieMagee JamieMagee left a comment

Choose a reason for hiding this comment

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

Did a spot check of 20 files. Looks good from what I saw.

@rarkins rarkins enabled auto-merge (squash) October 20, 2021 04:32
@rarkins rarkins merged commit da73178 into renovatebot:main Oct 20, 2021
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 28.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider re2 use for all regex
4 participants