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

Option for run only pattern #35

Closed

Conversation

hermfischer-wf
Copy link

The --xule-run-only feature is not generally usable because it requires a list of rules including their id, which in the case of DQCRT is thousands.

This pull request adds --xule-run-only-pattern which takes a regex which when matched by a rule runs it, so the match pattern can be just the beginning of the rule, omitting ID, or even a negative lookahead (e.g. don't-run).

davidtauriello added a commit to davidtauriello/xule that referenced this pull request Apr 8, 2025
davidtauriello added a commit that referenced this pull request Apr 8, 2025
* Update rulesetMap.json

- v26 as default install
- update ESEF-DQC.py to use rulesetMap.json

* Update xodel.py

 - Filter captured logs to include only INFO level messages

* Update for XULE 30047

- address #35 and #37
@davidtauriello
Copy link
Contributor

davidtauriello commented Apr 8, 2025

@hermfischer-wf - this was included in release 30047

1 similar comment
@davidtauriello
Copy link
Contributor

@hermfischer-wf - this was included in release 30047

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.

3 participants