Commit d760655
committed
ci: remove clippy from GitHub CI — it's our local pre-check, not CI
Clippy is an internal pre-check run locally per CODING_PRACTICES.md.
GitHub CI focuses on compile + test + format + typos. Having clippy
in the GitHub workflow made PRs look like a CI battlefield when the
runner's toolchain components didn't match.
Removed the clippy job from .github/workflows/style.yml. The local
discipline (documented in CODING_PRACTICES.md "Mandatory cargo clippy
+ feature-matrix discipline") remains:
cargo clippy --features lab -- -D warnings
cargo clippy --features serve -- -D warnings
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh1 parent 5625bb4 commit d760655
1 file changed
Lines changed: 6 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
52 | 39 | | |
53 | 40 | | |
54 | 41 | | |
| |||
0 commit comments