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] Work around class prototype bug #499

Merged
merged 1 commit into from May 9, 2019

Conversation

bradzacher
Copy link
Member

Fixes #496

@bradzacher bradzacher added the bug Something isn't working label May 7, 2019
@codecov
Copy link

codecov bot commented May 7, 2019

Codecov Report

Merging #499 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #499      +/-   ##
==========================================
+ Coverage   95.76%   95.76%   +<.01%     
==========================================
  Files          78       78              
  Lines        3491     3493       +2     
  Branches      963      964       +1     
==========================================
+ Hits         3343     3345       +2     
  Misses         53       53              
  Partials       95       95
Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/unbound-method.ts 96.87% <100%> (+0.2%) ⬆️

@bradzacher bradzacher merged commit 3219aa7 into master May 9, 2019
@bradzacher bradzacher deleted the 496-unbound-method branch May 9, 2019 01:41
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 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] Cannot read property 'kind' of undefined
2 participants