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

fix(eslint-plugin): [unbound-method] ignore assignments _to_ methods #1736

Merged

Conversation

Zzzen
Copy link
Contributor

@Zzzen Zzzen commented Mar 15, 2020

closes #1256

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @Zzzen!

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. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@bradzacher bradzacher added the enhancement New feature or request label Mar 15, 2020
@Zzzen Zzzen requested a review from bradzacher April 7, 2020 14:46
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 this

@bradzacher bradzacher added bug Something isn't working and removed enhancement New feature or request labels Apr 12, 2020
@bradzacher bradzacher changed the title fix(eslint-plugin): ignore assignments of unbound methods fix(eslint-plugin): [unbound-method] ignore assignments _to_ methods Apr 12, 2020
@codecov
Copy link

codecov bot commented Apr 12, 2020

Codecov Report

Merging #1736 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1736   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files         162      162           
  Lines        7490     7491    +1     
  Branches     2148     2149    +1     
=======================================
+ Hits         7077     7078    +1     
  Misses        178      178           
  Partials      235      235           
Flag Coverage Δ
#unittest 94.48% <100.00%> (+<0.01%) ⬆️
Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/unbound-method.ts 96.72% <100.00%> (+0.05%) ⬆️

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.

sorry - there were a few lint changes that are firing on this PR.
fix them up and we can merge this

@bradzacher bradzacher added the awaiting response Issues waiting for a reply from the OP or another party label Apr 12, 2020
@Zzzen
Copy link
Contributor Author

Zzzen commented Apr 12, 2020

006dMd5bgy1fkvshz132ag305k05knpf

anyway, fixed it.

@bradzacher bradzacher removed the awaiting response Issues waiting for a reply from the OP or another party label Apr 12, 2020
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.

awesome, thanks!

@bradzacher bradzacher merged commit 6b4680b into typescript-eslint:master Apr 12, 2020
bk3c pushed a commit to bloom-housing/bloom that referenced this pull request May 6, 2020
* Added url helper to listing service to make url slugs from listing
* Minor version bump on typescript-eslint plugin to get fixes from typescript-eslint/typescript-eslint#1736
* Added routing with url slug for listings + a redirect from the id path
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[unbound-method] should ignore assignments
2 participants