This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Allow links to pending issues for no-suspicious-comment #440
Labels
Difficulty: Medium
People with non-trivial experience in TSLint should be able to send a pull request for this issue.
Status: Accepting PRs
Type: Rule Feature
Adding a feature to an existing rule.
Milestone
Request: add an option to
no-suspicious-comment
to allow comments linking to an issue tracker.This is bad:
However, if we have a tracking item to resolve the TODO, it's useful to keep a link to that item in code:
It could be configured like so:
...and if there are regexps allowed, change the rule warning string to mention the allowed formats?
The text was updated successfully, but these errors were encountered: