We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5281c5 commit fc5d73fCopy full SHA for fc5d73f
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