We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ccec2 commit 62c8a16Copy full SHA for 62c8a16
1 file changed
CLAUDE.md
@@ -12,7 +12,8 @@ contains current work.
12
- `cargo clippy -p <crate> --no-default-features --all-targets` - lint without
13
- `cargo t -p <crate>` - test specific crate
14
15
-Pre-commit: clippy (both feature sets where applicable) + fmt. Never use `cargo check/build`.
+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.
17
18
## Style
19
0 commit comments