-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Prettier 1.2.2, refactor runCommand #3352
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3352 +/- ##
=======================================
Coverage 64.89% 64.89%
=======================================
Files 176 176
Lines 6521 6521
Branches 4 4
=======================================
Hits 4232 4232
Misses 2288 2288
Partials 1 1
Continue to review full report at Codecov.
|
@@ -23,7 +23,7 @@ it('maps code coverage against original source', () => { | |||
|
|||
const coverageMapFile = path.join( | |||
__dirname, | |||
'../coverage-remapping/coverage/coverage-final.json', |
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.
is it on purpose all trailing commas are gone?
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.
Seems, to be, it got removed from patterns
in the script. Why?
5b42227
to
f178b22
Compare
50295d2
to
a5ab732
Compare
Rebased and disabled |
awesome! |
* Prettier 1.2.2, refactor runCommand * Fix test-examples * Run prettier on examples and scripts * Fix integration_tests * Disable esilnt's computed-property-spacing
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Update Prettier to 1.2.2. This required a little change in
prettier.js
script, so be sure to check that.I've also unified
runCommand
'sargs
argument to always be an array, as passing a space-separated string caused problems when filename had a space in it.Test plan
CI green.