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

args parsing: fix parseRx() for inclusions/exclusions to deal with no… #353

Merged
merged 1 commit into from
Aug 13, 2023

Conversation

ikreymer
Copy link
Member

…n-string types (fixes #352)

treat non-regexes as strings and pass to RegExp constructor tests: add additional scope parsing tests for different types passed in as exclusions update yargs
bump to 0.10.4

…n-string types (fixes #352)

treat non-regexes as strings and pass to RegExp constructor
tests: add additional scope parsing tests for different types passed in as exclusions
update yargs
bump to 0.10.4
@ikreymer ikreymer merged commit 5ba6c33 into main Aug 13, 2023
2 checks passed
@ikreymer ikreymer deleted the fix-exclude-parse branch August 13, 2023 22:08
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.

All-numeric exclusion creates issues due to yaml parsing
1 participant