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

suggestion: ban-untagged-deprecation #1266

Open
iuioiua opened this issue Apr 15, 2024 · 1 comment
Open

suggestion: ban-untagged-deprecation #1266

iuioiua opened this issue Apr 15, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed new-rule Suggestion to add a new lint rule

Comments

@iuioiua
Copy link
Contributor

iuioiua commented Apr 15, 2024

Ensures that all @deprecated tags have an accompanying message. I created denoland/deno_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;
@bartlomieju bartlomieju added help wanted Extra attention is needed good first issue Good for newcomers new-rule Suggestion to add a new lint rule labels May 10, 2024
@bartlomieju
Copy link
Member

Seems reasonable 👍 contributions are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed new-rule Suggestion to add a new lint rule
Projects
None yet
Development

No branches or pull requests

2 participants