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

Allow exclude keys by pattern/regexp #37

Open
kapcod opened this issue Dec 20, 2017 · 0 comments
Open

Allow exclude keys by pattern/regexp #37

kapcod opened this issue Dec 20, 2017 · 0 comments

Comments

@kapcod
Copy link

kapcod commented Dec 20, 2017

I have a lot of keys with invalid namespace ('_' separator instead of ':'), this lead to huge report full of these keys.
I'd love to have '--exclude' parameter, ideally regexp, that would allow me to put there all problematic keys, like group of keys with non ':' separator and other like this.
This way I can run report and update my exclude rule until I get only keys with normal namespace. Then after fixing namespace separator for all the problematic keys, I'd be able to re-run the test without the exclude rule and see only normal grouped keys.
If it's decided to have '-exclude ' but accept matcher string with wildcards, instead of regexp, then it should allow having multiple '--exclude' parameters.

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

No branches or pull requests

1 participant