-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature: Skip double formatting #31
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #31 +/- ##
============================================
+ Coverage 88.26% 88.66% +0.40%
- Complexity 198 223 +25
============================================
Files 3 6 +3
Lines 443 609 +166
Branches 84 100 +16
============================================
+ Hits 391 540 +149
- Misses 32 49 +17
Partials 20 20 ☔ View full report in Codecov by Sentry. |
- remove `main()` method - simplify if cascad
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.
Looks good to me!
Again, a release of this will be greatly appreaciated. (sorry to be pushy about this) |
Yes, I'm aware :) |
Provides a new style property,
skipDoubleFormatting
(defaulttrue
) that causes all double values to be formatted as they are in the input.(also adds a main method to the TurtleFormatter for easy testing)
closes #30