Skip to content
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

Docs: Updated no return await documentation (fixes #9695) #10699

Merged
merged 2 commits into from Aug 3, 2018
Merged

Docs: Updated no return await documentation (fixes #9695) #10699

merged 2 commits into from Aug 3, 2018

Conversation

marla294
Copy link
Contributor

What is the purpose of this pull request? (put an "X" next to item)

[ X ] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofixing to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

What changes did you make? (Give an overview)
Updated documentation for 'no-return-await' rule page. Reworded to make it clear that return await is usually unnecessary but there is 1 exception (trying to catch errors from a Promise-based function). Hopefully this will make folks coming to this rule page happy and we can close this issue.

Is there anything you'd like reviewers to focus on?
Yes, please make sure the wording is to your liking. Also I said from a "promise-based" function - I think this is correct (the function could be a promise or it could be an async function) but I'm not 100% sure, lmk if that is incorrect. Thanks!

@eslint-deprecated eslint-deprecated bot added the triage An ESLint team member will look at this issue soon label Jul 29, 2018
@marla294 marla294 changed the title Docs: Updated no-return-await Rule Documentation (fixes #9695) Docs: Updated no-return-await Rule Docs (fixes #9695) Jul 29, 2018
@marla294 marla294 changed the title Docs: Updated no-return-await Rule Docs (fixes #9695) Docs: Updated no-return-await Rule (fixes #9695) Jul 29, 2018
@marla294 marla294 changed the title Docs: Updated no-return-await Rule (fixes #9695) Docs: Updated no return await Rule (fixes #9695) Jul 29, 2018
@marla294 marla294 changed the title Docs: Updated no return await Rule (fixes #9695) Docs: Updated no return await rule (fixes #9695) Jul 29, 2018
@marla294 marla294 changed the title Docs: Updated no return await rule (fixes #9695) Docs: Updated no return await rule documentation (fixes #9695) Jul 29, 2018
@marla294 marla294 changed the title Docs: Updated no return await rule documentation (fixes #9695) Docs: Updated no return await documentation (fixes #9695) Jul 29, 2018
@marla294
Copy link
Contributor Author

I'm not sure why the commit message (PR Title) is failing... if someone will tell me what I'm doing wrong I'll update it. Thanks!

@not-an-aardvark not-an-aardvark changed the title Docs: Updated no return await documentation (fixes #9695) Docs: Updated no return await documentation (fixes #9695) Jul 29, 2018
Copy link
Member

@not-an-aardvark not-an-aardvark left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! This looks good to me, just leaving open for a little bit in case anyone else wants to review.

I updated the PR title for you -- I think the issue was that it had a leading space.

@marla294
Copy link
Contributor Author

Ah! Not sure how that happened, but thanks! I'll be watching this issue in case anyone has any other suggestions.

@not-an-aardvark not-an-aardvark added documentation Relates to ESLint's documentation accepted There is consensus among the team that this change meets the criteria for inclusion and removed triage An ESLint team member will look at this issue soon labels Jul 29, 2018
@platinumazure platinumazure added the rule Relates to ESLint's core rules label Jul 29, 2018
Copy link
Member

@platinumazure platinumazure left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@platinumazure platinumazure merged commit dd6cb19 into eslint:master Aug 3, 2018
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Jan 31, 2019
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted There is consensus among the team that this change meets the criteria for inclusion archived due to age This issue has been archived; please open a new issue for any further discussion documentation Relates to ESLint's documentation rule Relates to ESLint's core rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants