-
Notifications
You must be signed in to change notification settings - Fork 272
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
Global compatibility rule execution broken for RuleApplicationType.CREATE #358
Labels
type/bug
Something isn't working
Comments
This could be solved by a |
Add a test for this ;-) |
Perhaps each rule should indicate whether it requires previous content or not. That way we can know to skip some rules for |
PR #357 should fix the error, but not the possible design issue as @EricWittmann mentioned. |
EricWittmann
added a commit
that referenced
this issue
Apr 8, 2020
* Fix REST endpoint not following specification * Improve validation and error handling when registering scheme * Fix imports * Fix ambiguous dependency injection * Add copyright headers * Fix failing tests * Better fix for #358 Co-authored-by: Eric Wittmann <eric.wittmann@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction steps:
RuleApplicationType.CREATE
rule check on the contentThe text was updated successfully, but these errors were encountered: