Expand description
Parse a cargo workspace and check that all packages have lints.workspace=true
set.
Structs§
- Package
Validation Error - A package failed the check.
Enums§
- Package
Validation Error Kind - Why a package might fail the check.
- Workspace
Validation Error - All the reasons why we might fail a workspace.
Functions§
- validate_
package - Validate that the given package has
lints.workspace = true
. - validate_
workspace - Validate that all packages in the workspace have
lints.workspace = true
.