Skip to content

Commit 817e39e

Browse files
Update GEMINI.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Ben <Fahl-Design@users.noreply.github.com>
1 parent e11df66 commit 817e39e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PVM acts as a single-binary CLI. If called without arguments or when interactive
8686
- **Build Release Binary:** `cargo build --release` (configured size-optimized in `Cargo.toml`: `opt-level = "z"`, LTO, `panic = "abort"`, stripped).
8787
- **Local Install from Source:** `./build.sh` (compiles release, copies to `$PVM_DIR/bin/pvm`).
8888
- **Lint (CI Gate):** `cargo clippy -- -D warnings`
89-
- **Format Check (CI Gate):** `cargo fmt -- --check`
89+
- **Format Check (CI Gate):** `cargo fmt --all -- --check`
9090

9191
### Release Process
9292
- **Semantic Release:** Driven by `semantic-release` from Conventional Commits on `main`.

0 commit comments

Comments
 (0)