Skip to content

idea: put link to github ticket search into "known problems" field #5386

Closed
@matthiaskrgr

Description

@matthiaskrgr

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 documentationA-websiteArea: Improving the clippy websiteC-an-interesting-projectCategory: Interesting projects, that usually are more involved design/code wise.S-needs-discussionStatus: Needs further discussion before merging or work can be started

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions