Commit 4c16687
docs: improve CONTRIBUTING.md to more closely match CI execution (#963)
* docs: improve CONTRIBUTING.md with stricter CI check commands
Updated the pre-submission checklist to match CI requirements more closely:
- Added --check flag to cargo fmt to verify formatting without modifying files
- Added -D warnings flag to cargo clippy to treat warnings as errors
- Added --all flag to cargo test to run tests across all workspace members
- Added lockfile check command (cargo check --locked)
- Included note about CI testing with multiple feature combinations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Remove unnecessary check after `cargo fmt` instructions
Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
* docs: clarify CI checks and update formatting/lint/test commands in CONTRIBUTING.md
Rework the "To make the CI gods happy" section to mirror CI behavior:
add explanatory preamble and section headers, update the Clippy command to
use `--locked --all-targets --all-features`, switch tests to the
`cargo nextest run --all --all-features` invocation, and add notes about
the flags and nextest runner.
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>1 parent 6ca9550 commit 4c16687
1 file changed
+23
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | | - | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
50 | 66 | | |
51 | 67 | | |
52 | | - | |
| 68 | + | |
53 | 69 | | |
| 70 | + | |
0 commit comments