You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Error: Unexpected tag kind: JSDocClassTag
at checkTag (C:\Dev\node_modules\tslint\lib\rules\noRedundantJsdocRule.js:99:23)
at cb (C:\Dev\node_modules\tslint\lib\rules\noRedundantJsdocRule.js:62:25)
at Array.forEach (<anonymous>)
at walk (C:\Dev\node_modules\tslint\lib\rules\noRedundantJsdocRule.js:55:34)
at Rule.AbstractRule.applyWithFunction (C:\Dev\node_modules\tslint\lib\language\rule\abstractRule.js:39:9)
at Rule.apply (C:\Dev\node_modules\tslint\lib\rules\noRedundantJsdocRule.js:35:21)
at Linter.applyRule (C:\Dev\node_modules\tslint\lib\linter.js:177:29)
at C:\Dev\node_modules\tslint\lib\linter.js:119:85
at Object.flatMap (C:\Dev\node_modules\tslint\lib\utils.js:151:29)
at Linter.getAllFailures (C:\Dev\node_modules\tslint\lib\linter.js:119:32)
Expected behavior
ERROR: C:/Dev/Simple.ts[4, 4]: JSDoc tag '@class' is redundant in TypeScript code.
ERROR: C:/Dev/Simple.ts[11, 8]: JSDoc tag '@memberof' is redundant in TypeScript code.
The text was updated successfully, but these errors were encountered:
manu-st
changed the title
Crash in no-redundant-jsdoc
Exception in no-redundant-jsdocOct 31, 2017
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Expected behavior
The text was updated successfully, but these errors were encountered: