Skip to content

suggestion: ban-untagged-deprecation #1266

@iuioiua

Description

@iuioiua

Ensures that all @deprecated tags have an accompanying message. I created denoland/std#4577 to compensate for this in std.

Fails:

/**
 * @deprecated
 */
export const foo = 42;

Passes:

/**
 * @deprecated This will be removed in 1.0.0.
 */
export const foo = 42;

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is needednew-ruleSuggestion to add a new lint rule

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions