Skip to content

Option to print the status of all clippy lints #5385

Closed
@flaviojs

Description

@flaviojs

There is no way to see the status of all lints right now. (allow, warn, deny, disabled?)

I was getting more warnings in the unix CI than in my unix VM.
Later I found the cause was not using --all-features in the VM command.
I didn't expect it to change the lints, only my code, and debugging this was terrible because I can't see the status of the lints.

The output could be in clippy.toml format with everything explicit. (serialize to toml)
This would facilitate the creation of that file since there would be a clear reference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions