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): fix crash in rule indent for eslint 5.12.1 #89

Merged
merged 1 commit into from
Jan 20, 2019
Merged

fix(eslint-plugin): fix crash in rule indent for eslint 5.12.1 #89

merged 1 commit into from
Jan 20, 2019

Conversation

armano2
Copy link
Member

@armano2 armano2 commented Jan 20, 2019

This PR fixes crash of indent rule when used with eslint 5.12.11 and makes sure that no-unused-vars has messages copied from parent rule (not used yet)

this is related to eslint/eslint#10773

fixes: #80
fixes: #96

@codecov
Copy link

codecov bot commented Jan 20, 2019

Codecov Report

Merging #89 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #89   +/-   ##
======================================
  Coverage    94.8%   94.8%           
======================================
  Files          48      48           
  Lines        2465    2465           
  Branches      380     380           
======================================
  Hits         2337    2337           
  Misses         77      77           
  Partials       51      51
Impacted Files Coverage Δ
packages/eslint-plugin/lib/rules/indent.js 100% <ø> (ø) ⬆️
packages/eslint-plugin/lib/rules/no-unused-vars.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbd27c5...522d920. Read the comment docs.

@JamesHenry JamesHenry merged commit 3f51d51 into typescript-eslint:master Jan 20, 2019
@armano2 armano2 deleted the indent-crash branch January 20, 2019 14:30
armanio123 pushed a commit to armanio123/typescript-eslint that referenced this pull request Jan 24, 2019
@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
None yet
Projects
None yet
2 participants