Commit 5b6875a
chore: delete unused lint wrappers + wire sync-checksums into release.yml
Audit of every script in the repo revealed three genuinely unused scripts
and one unwired helper. Fixed both.
Deleted:
- scripts/lint-all.sh, scripts/lint-android.sh, scripts/lint-ios.sh
No workflow, pre-commit hook, README, or Makefile references them.
.pre-commit-config.yaml calls `swiftlint` directly rather than these
wrappers, so they were dead weight.
Wired up:
- release.yml now calls scripts/sync-checksums.sh against the flattened
release-flat/ dir before creating the GitHub Release. Updates
Package.swift SHA-256 lines to match the zips we're about to attach.
Attaches the updated Package.swift as an audit asset; auto-commit back
to main is a follow-up.
Kept after audit (all actively referenced):
- scripts/detect-mode.sh — sourced by every package-sdk.sh (5 refs)
- scripts/sync-versions.sh — release engineer pre-tag, release.yml validate
- scripts/sync-checksums.sh — now wired (see above)
- scripts/validate-artifact.sh — called by package-sdk.sh (Web/Kotlin/RN)
- sdk/runanywhere-commons/scripts/* — all referenced by CMake/workflows/
devs; includes build-server.sh (wraps RAC_BUILD_SERVER CMake option)
- sdk/runanywhere-commons/tests/scripts/* — dev test runners, documented
- All per-SDK scripts/*.sh — referenced by README/workflows/other scripts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 90aeb3d commit 5b6875a
5 files changed
Lines changed: 24 additions & 335 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
517 | 541 | | |
518 | 542 | | |
519 | 543 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments