-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Move out setting of validation rules enricher from theme container #351
Conversation
arogachev
commented
Jul 11, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #351 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 770 771 +1
===========================================
Files 47 47
Lines 2501 2537 +36
===========================================
+ Hits 2501 2537 +36 ☔ View full report in Codecov by Sentry. |
* Use infection directly * Fix mutants for non existing method * Fix mutants for non existing method 2 * Revert "Fix mutants for non existing method 2" This reverts commit 2026b44. * Fix * Fix 2 * Test immutability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need way to globally set enricher.
@vjik Added support to set enricher globally via theme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove validationRulesEnricher
from ThemeContainer
docs.