Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

no-shadowed-variable: fix bugs and add ignore options #3030

Merged
merged 5 commits into from Aug 2, 2017
Merged

no-shadowed-variable: fix bugs and add ignore options #3030

merged 5 commits into from Aug 2, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented Jul 11, 2017

PR checklist

Overview of change:

[new-rule-option] no-shadowed-variable let's you optionally ignore certain kinds of declarations
[bugfix] no-shadowed-variable fixed false positive with parameter inside function decorator
Fixes: #3000
[bugfix] no-shadowed-variable don't warn for shadowed type parameter on static class members
Fixes: #3019
[bugfix] no-shadowed-variable fixed false positive with key name in index signature

Is there anything you'd like reviewers to focus on?

CHANGELOG.md entry:

[new-rule-option] `no-shadowed-variable` let's you optionally ignore certain kinds of declarations
[bugfix] `no-shadowed-variable` fixed false positive with parameter inside function decorator
Fixes: #3000
[bugfix] `no-shadowed-variable` don't warn for shadowed type parameter on static class members
Fixes: #3019
@adidahiya adidahiya merged commit b580a50 into palantir:master Aug 2, 2017
HyphnKnight pushed a commit to HyphnKnight/tslint that referenced this pull request Apr 9, 2018
[new-rule-option] `no-shadowed-variable` let's you optionally ignore certain kinds of declarations
[bugfix] `no-shadowed-variable` fixed false positive with parameter inside function decorator
Fixes: palantir#3000
[bugfix] `no-shadowed-variable` don't warn for shadowed type parameter on static class members
Fixes: palantir#3019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

no-shadowed-variablee should not warn on static methods no-shadowed-variable: please add scope options
2 participants