Skip to content

Run eslint --fix - #16229

Closed
janicduplessis wants to merge 1 commit into
react:masterfrom
janicduplessis:fix-lint
Closed

Run eslint --fix#16229
janicduplessis wants to merge 1 commit into
react:masterfrom
janicduplessis:fix-lint

Conversation

@janicduplessis

Copy link
Copy Markdown
Contributor

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.

@facebook-github-botfacebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 5, 2017
@janicduplessis

janicduplessis commented Oct 5, 2017

Copy link
Copy Markdown
ContributorAuthor

CI still fails but at least one step further on flow metro bundler problems :)

@fernandopasik

Copy link
Copy Markdown

One step closer to getting done #15726

@janicduplessis

Copy link
Copy Markdown
ContributorAuthor

@TheSavior Could you ship this, looks like you were the last one to play with lint stuff :)

@grabbou

Copy link
Copy Markdown
Contributor

I have submitted #16259 which is slightly smaller than this PR and needed it to release new RC

@grabbou

grabbou commented Oct 9, 2017 via email

Copy link
Copy Markdown
Contributor

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'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are a bummer

@facebook-github-botfacebook-github-bot added the Import Started This pull request has been imported. This does not imply the PR has been approved. label Oct 9, 2017

@facebook-github-botfacebook-github-bot left a comment

Copy link
Copy Markdown
Contributor

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.

@elicwhite

Copy link
Copy Markdown
Contributor

This failed to import. We are working on getting the import fixed

@elicwhite

Copy link
Copy Markdown
Contributor

Looks like this landed. Thanks for contributing!

rozele pushed a commit to microsoft/react-native-windows that referenced this pull request Nov 7, 2017
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.
Closesreact/react-native#16229
Differential Revision: D6009748
Pulled By: TheSavior
fbshipit-source-id: cabd44fed99dd90bd0b35626492719c139c89f34
grabbou pushed a commit to react-native-community/cli that referenced this pull request Sep 26, 2018
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.
Closesreact/react-native#16229
Differential Revision: D6009748
Pulled By: TheSavior
fbshipit-source-id: cabd44fed99dd90bd0b35626492719c139c89f34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.Import StartedThis pull request has been imported. This does not imply the PR has been approved.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@janicduplessis@fernandopasik@grabbou@elicwhite@facebook-github-bot