Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

[dc-rules] change Text.Matches to Contains where it possible #56

Open
peakle opened this issue Apr 11, 2022 · 0 comments
Open

[dc-rules] change Text.Matches to Contains where it possible #56

peakle opened this issue Apr 11, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@peakle
Copy link
Member

peakle commented Apr 11, 2022

Is your feature request related to a problem? Please describe.
Text.Matches method use regexp so it slower in execution than Contains method which based on go ast

Describe the solution you'd like
replace Text.Matches calls to Contains method

@peakle peakle added enhancement New feature or request good first issue Good for newcomers labels Apr 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant