-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat: option to add additionalPlainTextMasks
#857
feat: option to add additionalPlainTextMasks
#857
Conversation
Thanks a lot for this improvement @dpozinen ! That override had been a pain to use for a long time. Weighing the options now I wonder when folks would want to continue to use the old If we can't come up with a good use case for the "old" masks field, then we could perhaps look at completely replacing or repurposing that one, as opposed to adding an additional flag. |
Hi, yeah, I though about that too and figured maybe people would like to limit the scope of their runs for big monorepos, for example excluding |
Yes since it's sets we're using here I figured we could fairly silently switch over from interpreting That said, there have been cases in the past where folks blocked out excessively large XML files in their repositories using a plain text mask override, so perhaps we shouldn't spring that on folks. 🤔 |
Yeah, that's what I'm saying is this would remove the ability to reduce the scope, which might be valuable for some |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition and helpful discussion weighing the options!
What's changed?
Add
rewrite.additionalPlainTextMasks
plugin optionWhat's your motivation?
The default list is super long and it was impossible to extend it - only override, which meant users would need to copy paste it + add their additional masks