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

Support multiple line comments for ignore directive explanation #1233

Open
chengr4 opened this issue Jan 24, 2024 · 0 comments
Open

Support multiple line comments for ignore directive explanation #1233

chengr4 opened this issue Jan 24, 2024 · 0 comments
Labels
feature a new feature help wanted Extra attention is needed

Comments

@chengr4
Copy link
Contributor

chengr4 commented Jan 24, 2024

Background

The user may need very long explanation (over 100 characters) for ignore directive

TODO

  1. We would like to support multiple line comments for ignore directive explanation. Eg.
// deno-lint-ignore no-explicit-any no-empty no-debugger -- super, duper, very long
// reason for ignoring
function foo(): any {}
  1. and of course update docs afterwards :)

References


cc @bartlomieju

@bartlomieju bartlomieju added help wanted Extra attention is needed feature a new feature labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a new feature help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants