Add a lint list, to display the documentation for installed lints #89
Labels
A-marker-cargo
Area: All things connected to `cargo_marker`
C-enhancement
Category: New feature or request
Lints often have more context and reasoning than what's included in the emitted diagnostic message. Rustc and Clippy both provide an external list of the lints with a detailed explanation and suggestions how to fix the problem:
Marker should also provide an option to display which lints are installed, along with the documentation provided by them in the
declare_lint!
macro. This could be in the form of acargo marker doc
comment, that fetches the description from the lint crates and then combines them into a website. Ideally searchable, and more than just plain HTML.The text was updated successfully, but these errors were encountered: