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

In the config file, accept lists of possible values, and the rule matches if the attribute is any of the specified values. #286

Merged
merged 3 commits into from
Apr 21, 2024

Conversation

dajt1725
Copy link
Contributor

This makes it easier to write a config file that specifies ten uuids that should be handled specially, rather than requiring ten rules, any one of which might accidentally get out of sync or contain a typo.

This means instead of having ten rules, each of which matches a single uuid, you can provide a list of uuids to a single rule.
@coldfix coldfix merged commit 8a4f461 into coldfix:master Apr 21, 2024
6 checks passed
@coldfix
Copy link
Owner

coldfix commented Apr 21, 2024

Looks good to me, thanks!

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.

None yet

2 participants