Commit 0f1377a
fix: restore rustfmt and regenerate stale npm type declarations
Two pre-existing failures on this branch, both reproducible at d775649 and
neither caused by the CI cleanup:
- cargo fmt drift in crates/ethos-cli/src/cmd/evidence.rs and
crates/ethos-cli/tests/verify.rs, introduced by ad4f01e and 33f2088.
- packages/npm/ethos-pdf/types/verification-report.d.ts was stale. The
semantic_unverified description gained the sentence about v1 literal
checkers always setting it false, and the checked-in declaration was
never regenerated, so the types test failed on "checked-in declarations
are stale".
Signed-off-by: docushell-dev <doqshell@gmail.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 27114b0 commit 0f1377a
3 files changed
Lines changed: 7 additions & 4 deletions
File tree
- crates/ethos-cli
- src/cmd
- tests
- packages/npm/ethos-pdf/types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3534 | 3534 | | |
3535 | 3535 | | |
3536 | 3536 | | |
3537 | | - | |
3538 | | - | |
| 3537 | + | |
| 3538 | + | |
| 3539 | + | |
3539 | 3540 | | |
3540 | 3541 | | |
3541 | 3542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments