-
Notifications
You must be signed in to change notification settings - Fork 50
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 tuning loader options #333
Allow tuning loader options #333
Conversation
Thanks for the PR! |
Codecov ReportBase: 87.30% // Head: 89.31% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #333 +/- ##
==========================================
+ Coverage 87.30% 89.31% +2.01%
==========================================
Files 5 5
Lines 126 131 +5
Branches 9 9
==========================================
+ Hits 110 117 +7
+ Misses 16 14 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
This addresses #332.
SnakeYaml sets various default limits, and supports overriding these values via LoaderOptions.
This PR enables customisation of these limits, following a similar pattern as #205.