idea: put link to github ticket search into "known problems" field #5386
Labels
A-documentation
Area: Adding or improving documentation
A-website
Area: Improving the clippy website
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
S-needs-discussion
Status: Needs further discussion before merging or work can be started
In a perfect world, the
Known problems
section of a lint athttps://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})
The text was updated successfully, but these errors were encountered: