-
Notifications
You must be signed in to change notification settings - Fork 47
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(#50): add --no-validate #496
Conversation
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.
Other than the coverage CI failures, I think this PR is ready for review!
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.
Two minor nits, otherwise LGTM!
Co-authored-by: Taneli Hukkinen <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #496 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 947 951 +4
Branches 166 168 +2
=========================================
+ Hits 947 951 +4 ☔ View full report in Codecov by Sentry. |
Thanks! |
Add
--no-validate
CLI option and correspondingvalidate = True
configurationThis configuration will help users debug issues by running mdformat in a breaking fashion and allowing manual review of the changes that mdformat identified as breaking