mainmatter / cargo-autoinherit

(Auto)DRY for your Rust dependencies
Apache License 2.0
124 stars 8 forks source link

Add flag for dry-run #22

Open sgasse opened 4 months ago

sgasse commented 4 months ago

With the dry-run capability, cargo-autoinherit can be run in CI and used to enforce strict inheritance except for excluded workspace members.

The dry run will not touch any files in the workspace. However if any file would be touched or there are any dependencies which could not be autoinherited, it returns with a non-zero exit code.

sgasse commented 4 months ago

Just saw this may be covered by #17