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 a runner to be redefined within a ruleset #225

Merged
merged 1 commit into from
Feb 25, 2023
Merged

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Dec 31, 2022

Fixes #191

Add a NewRunner function in RuleSet so that built-in rulesets always use this function. This allows custom rulesets to inject a custom runner by simply redefining the NewRunner. No need to redefine Check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Allow redefinition of the NewRunner function in RuleSet
1 participant