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

feat(eslint-plugin): [no-floating-promises] Add ignoreVoid option #796

Merged
merged 3 commits into from Sep 12, 2019
Merged

feat(eslint-plugin): [no-floating-promises] Add ignoreVoid option #796

merged 3 commits into from Sep 12, 2019

Conversation

phaux
Copy link
Contributor

@phaux phaux commented Aug 3, 2019

Fixes #744

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @phaux!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint

@bradzacher bradzacher added the enhancement: plugin rule option New rule option for an existing eslint-plugin rule label Aug 3, 2019
Copy link
Member

@bradzacher bradzacher 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 for doing this!

@bradzacher bradzacher added the 1 approval PR that a maintainer has LGTM'd - any maintainer can merge this when ready label Sep 3, 2019
Copy link
Member

@JamesHenry JamesHenry left a comment

Choose a reason for hiding this comment

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

Thanks again, @phaux!

@JamesHenry JamesHenry removed the 1 approval PR that a maintainer has LGTM'd - any maintainer can merge this when ready label Sep 12, 2019
@codecov
Copy link

codecov bot commented Sep 12, 2019

Codecov Report

Merging #796 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #796   +/-   ##
=======================================
  Coverage   94.13%   94.13%           
=======================================
  Files         115      115           
  Lines        5011     5011           
  Branches     1399     1399           
=======================================
  Hits         4717     4717           
  Misses        166      166           
  Partials      128      128
Impacted Files Coverage Δ
...es/eslint-plugin/src/rules/no-floating-promises.ts 100% <100%> (ø) ⬆️

@JamesHenry JamesHenry merged commit 6a55921 into typescript-eslint:master Sep 12, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2020
@phaux phaux deleted the no-floating-promises-ignore-void branch February 27, 2021 15:03
@phaux phaux restored the no-floating-promises-ignore-void branch February 27, 2021 15:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement: plugin rule option New rule option for an existing eslint-plugin rule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[no-floating-promises] Suppress no-floating-promises rule with void operator
3 participants