mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-20 18:18:57 +02:00
Move _check.py to tests/
This commit is contained in:
@@ -7,7 +7,7 @@ description: Verification checklist for code changes — always run before claim
|
||||
|
||||
Before reporting any task as complete, verify:
|
||||
|
||||
1. **Doc coverage** — run `python3 _check.py` to confirm zero undocumented functions.
|
||||
1. **Doc coverage** — run `python3 tests/_check.py` to confirm zero undocumented functions.
|
||||
2. **Compilation** — `cargo check --workspace` must pass with no errors.
|
||||
3. **Git status** — no uncommitted changes unless intentionally deferred.
|
||||
4. **Remote parity** — `git log --oneline -1` matches `origin/master`.
|
||||
|
||||
Reference in New Issue
Block a user