mirror of
https://github.com/dockersrc/rust
synced 2026-08-30 02:01:14 -04:00
📝 Log pre-existing entrypoint.sh script-lint violations 📝
- TODO.AI.md: recorded 19 script-lint violations found in entrypoint.sh and functions/entrypoint.sh (bare `exit`, missing `--` before grep query patterns). Neither file was touched this session — logging per policy so the findings aren't lost to conversation history; needs a dedicated follow-up pass to fix and re-lint.
This commit is contained in:
+12
@@ -1,5 +1,17 @@
|
|||||||
# TODO.AI.md
|
# TODO.AI.md
|
||||||
|
|
||||||
|
## script-lint violations in entrypoint.sh / functions/entrypoint.sh
|
||||||
|
|
||||||
|
Flagged by `script-lint` 2026-08-21 (not part of this session's changes — no scripts were
|
||||||
|
edited this session, only `Dockerfile`/`TODO.AI.md`). 19 pre-existing violations:
|
||||||
|
|
||||||
|
- `entrypoint.sh` lines 552, 665: bare `exit` — use `exit 0`, `exit 1`, or `exit "$?"`.
|
||||||
|
- `functions/entrypoint.sh` lines 80, 92, 111, 141, 169 (x2), 685 (x2), 741, 751, 812,
|
||||||
|
855 (x2), 901, 912, 936: missing `--` separator before a grep query pattern.
|
||||||
|
|
||||||
|
Needs a dedicated pass to fix all 19 and re-run `script-lint` before the next commit that
|
||||||
|
touches either file.
|
||||||
|
|
||||||
## GitHub API rate-limiting drops most cross tools on arm64 — CLOSED
|
## GitHub API rate-limiting drops most cross tools on arm64 — CLOSED
|
||||||
|
|
||||||
Verified 2026-08-21, re-verified after fix: a pushed multi-platform build
|
Verified 2026-08-21, re-verified after fix: a pushed multi-platform build
|
||||||
|
|||||||
Reference in New Issue
Block a user