Skip to content
New issue

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

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

Already on GitHub? # to your account

Allow filtering of sweepers using regular expressions #404

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

SarahFrench
Copy link
Member

@SarahFrench SarahFrench commented Dec 21, 2024

Fixes #74

This PR allows users to filter sweepers using regular expressions. Currently if a user uses ^aws_foo$ as a filter it will look for a sweeper whose name contains the string "^aws_foo$". Now the string will be interpreted as a regex.

TODO:

  • address valid use of commas in regex: quantifiers like {1,3} or {1,}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sweeper '-sweep-run' flag to use regexp match when filtering sweepers to run
1 participant