-
Notifications
You must be signed in to change notification settings - Fork 57
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
fix!: mark ValidationResult constructors as private #2958
fix!: mark ValidationResult constructors as private #2958
Conversation
This will help users as well as IDEs to deduct better how to reject or allow operations.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2958 +/- ##
=======================================
Coverage 92.56% 92.56%
=======================================
Files 84 84
Lines 3160 3160
Branches 772 772
=======================================
Hits 2925 2925
Misses 183 183
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
This ticket/PR has been released with Hilla 24.7.0.alpha3 and is also targeting the upcoming stable 24.7.0 version. |
Description
This will help users as well as IDEs to deduct
better how to reject or allow operations.