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

no-redundant-jsdoc: allow @template with comment #3415

Merged
merged 3 commits into from
Dec 1, 2017
Merged

no-redundant-jsdoc: allow @template with comment #3415

merged 3 commits into from
Dec 1, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented Oct 29, 2017

PR checklist

Overview of change:

[bugfix] no-redundant-jsdoc allow @template tag if it has a description
Fixes: #3386

/cc @JoshuaKGoldberg @andy-ms

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

typescript@2.2 seems to have a parser bug and considers the * on the next line as comment. Do we want to handle this in the rule? Right now I just added an exception for this version of typescript to the test.

CHANGELOG.md entry:

[bugfix] `no-redundant-jsdoc` allow `@template` tag if it has a description
Fixes: #3386
@adidahiya adidahiya self-assigned this Oct 31, 2017
@adidahiya adidahiya merged commit 9afce3b into palantir:master Dec 1, 2017
HyphnKnight pushed a commit to HyphnKnight/tslint that referenced this pull request Apr 9, 2018
[bugfix] `no-redundant-jsdoc` allow `@template` tag if it has a description
Fixes: palantir#3386
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.

@template shouldn't be blocked by no-redundant-jsdoc
3 participants