diff options
Diffstat (limited to 'docs/bootstrap-fresh.md')
| -rw-r--r-- | docs/bootstrap-fresh.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/bootstrap-fresh.md b/docs/bootstrap-fresh.md index f77b819..89bf757 100644 --- a/docs/bootstrap-fresh.md +++ b/docs/bootstrap-fresh.md @@ -116,6 +116,7 @@ The template only installs the fast gate. Add the deeper posture when the repo i ## Acceptance Checklist - root `Cargo.toml` contains `[workspace.lints.rust]`, `[workspace.lints.rustdoc]`, and `[workspace.lints.clippy]` +- root `Cargo.toml` owns warning-fatality policy, e.g. `warnings = "deny"` under `[workspace.lints.rust]`, rather than hiding it in runner flags - root `Cargo.toml` contains canonical command vectors in `[workspace.metadata.rust-starter]` - root `Cargo.toml` contains an ordered `canonicalize_commands` pipeline in `[workspace.metadata.rust-starter]` - root `Cargo.toml` contains `[workspace.metadata.rust-starter.source_files]` with an intentional `max_lines` value |