-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-documentationArea: Adding or improving documentationArea: Adding or improving documentationA-websiteArea: Improving the clippy websiteArea: Improving the clippy websiteC-an-interesting-projectCategory: Interesting projects, that usually are more involved design/code wise.Category: Interesting projects, that usually are more involved design/code wise.S-needs-discussionStatus: Needs further discussion before merging or work can be startedStatus: Needs further discussion before merging or work can be started
Description
In a perfect world, the Known problems section of a lint at
https://rust-lang.github.io/rust-clippy/master/index.html would reflect issues we have about that lint (false positives / false negatives, limitations etc) but it rarely gets updated.
I wonder if we could put a link there which automatically finds all open issues about that lint, like this:
Known problems
[Known problems](https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+${LINT_NAME})
Metadata
Metadata
Assignees
Labels
A-documentationArea: Adding or improving documentationArea: Adding or improving documentationA-websiteArea: Improving the clippy websiteArea: Improving the clippy websiteC-an-interesting-projectCategory: Interesting projects, that usually are more involved design/code wise.Category: Interesting projects, that usually are more involved design/code wise.S-needs-discussionStatus: Needs further discussion before merging or work can be startedStatus: Needs further discussion before merging or work can be started