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

Enable no-floating-promises tslint rule #626

Merged
merged 1 commit into from
Aug 26, 2018

Conversation

RomainMuller
Copy link
Contributor

This prevents the code from getting promises and not handling them
appropriately, a known source of subtle bugs and race conditions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

This prevents the code from getting promises and not handling them
appropriately, a known source of subtle bugs and race conditions.
Copy link
Contributor

@rix0rrr rix0rrr left a comment

Choose a reason for hiding this comment

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

Sweet! I thought they didn't want to implement that, but seems they did

@RomainMuller RomainMuller merged commit 9f49274 into master Aug 26, 2018
@RomainMuller RomainMuller deleted the rmuller/tslint-no-floating-promises branch August 26, 2018 12:05
Copy link
Contributor

@eladb eladb left a comment

Choose a reason for hiding this comment

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

Hell yeah!

@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants