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

I'm got a fork here ignores rules whose name starts with an underscore #22

Open
pragdave opened this issue Mar 24, 2020 · 1 comment
Open

Comments

@pragdave
Copy link

The idea is that it cleans up diagrams by removing all the _ and __ space matchers (and any other rules that start with _).

Would you be interested in a PR?

@dundalek
Copy link
Owner

I think it might be useful as a generic transformer that could be optionally added to the pipeline. It could take a function predicate as a parameter to indicate which rules to ignore. In your case it would check for underscores in the rule name, but others could specify different check.

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

2 participants