Skip to content

Commit fc5d73f

Browse files
prestwichclaude
andauthored
docs: clarify CLAUDE.md checks are pre-push, not pre-commit (#110)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b5281c5 commit fc5d73f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ contains current work.
1212
- `cargo clippy -p <crate> --no-default-features --all-targets` - lint without
1313
- `cargo t -p <crate>` - test specific crate
1414

15-
Pre-commit: clippy (both feature sets where applicable) + fmt. Never use `cargo check/build`.
15+
Pre-push: clippy (both feature sets where applicable) + fmt. Never use `cargo check/build`.
16+
These checks apply before any push — new commits, rebases, cherry-picks, etc.
1617

1718
## Style
1819

0 commit comments

Comments
 (0)