-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Run eslint --fix #16229
Run eslint --fix #16229
Conversation
CI still fails but at least one step further on flow metro bundler problems :) |
One step closer to getting done #15726 |
@TheSavior Could you ship this, looks like you were the last one to play with lint stuff :) |
I have submitted #16259 which is slightly smaller than this PR and needed it to release new RC |
Wish I saw this PR earlier before struggling to understand why my build has
failed. Thanks Janic!
…On Sat, 7 Oct 2017 at 03:45 Janic Duplessis ***@***.***> wrote:
@TheSavior <https://github.com/thesavior> Could you ship this, looks like
you were the last one to play with lint stuff :)
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#16229 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWcxvrHSz5B4upPct1XMBH5PH-8kYkvks5spte1gaJpZM4Pv1Bv>
.
|
@@ -19,14 +19,14 @@ module.exports = function unlinkAssetsIOS(files, projectConfig) { | |||
if (!plist) { | |||
return log.error( | |||
'ERRPLIST', | |||
`Could not locate Info.plist file. Check if your project has 'INFOPLIST_FILE' set properly` | |||
'Could not locate Info.plist file. Check if your project has \'INFOPLIST_FILE\' set properly' |
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.
These are a bummer
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.
@TheSavior is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This failed to import. We are working on getting the import fixed |
Looks like this landed. Thanks for contributing! |
Summary: CI is currently failing because of a lint issue, this fixes it and a bunch of other warnings that are auto-fixable. **Test plan** Quick manual test, cosmetic changes only. Closes facebook/react-native#16229 Differential Revision: D6009748 Pulled By: TheSavior fbshipit-source-id: cabd44fed99dd90bd0b35626492719c139c89f34
Summary: CI is currently failing because of a lint issue, this fixes it and a bunch of other warnings that are auto-fixable. **Test plan** Quick manual test, cosmetic changes only. Closes facebook/react-native#16229 Differential Revision: D6009748 Pulled By: TheSavior fbshipit-source-id: cabd44fed99dd90bd0b35626492719c139c89f34
CI is currently failing because of a lint issue, this fixes it and a bunch of other warnings that are auto-fixable.
Test plan
Quick manual test, cosmetic changes only.