Crate cargo_workspace_lints
source ·Expand description
Parse a cargo workspace and check that all packages have lints.workspace=true
set.
Structs
- A package failed the check.
Enums
- Why a package might fail the check.
- All the reasons why we might fail a workspace.
Functions
- Validate that the given package has
lints.workspace = true
. - Validate that all packages in the workspace have
lints.workspace = true
.