-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add prettier:write to docs and rephrase slightly [ci skip] #5831
Conversation
% mvn prettier:write | ||
|
||
``` | ||
|
||
To skip the prettier formating use profile `prettierSkip`: | ||
|
||
``` |
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.
Would you mind @abyrd changing line 41, it is a copy&paste error there. It should be mvn test -P prettierCheck
(not prettierSkip
).
Everything else looks fine.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #5831 +/- ##
==========================================
Coverage 67.90% 67.90%
- Complexity 16556 16558 +2
==========================================
Files 1910 1910
Lines 72436 72436
Branches 7447 7447
==========================================
+ Hits 49190 49191 +1
Misses 20724 20724
+ Partials 2522 2521 -1 ☔ View full report in Codecov by Sentry. |
Small change to docs explaining how to perform only formatting.