fix: add missing Makefile targets (docker, hooks) and test timeout #159
Reference in New Issue
Block a user
Delete Branch "fix/makefile-targets-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
dockertarget (docker build .)hookstarget (installs pre-commit hook runningmake check)testtarget (-timeout 30s).PHONYto include new targetsfmt-check,docker,hooks)make fmtto fix JS formatting via prettierdocker build .passes ✅closes #136, closes #137
Code Review — PASS ✅
Requirements Checklist
Verified against issue #136 and issue #137:
fmt-checktarget exists (read-only format check) — already present before this PRdockertarget exists (docker build .) — addedhookstarget exists (installs pre-commit hook runningmake check) — addedcheckdepends ontest lint fmt-check— confirmed:check: fmt-check lint testtesttarget has 30-second timeout — confirmed:-timeout 30s.PHONYupdated to includedocker hooksREADME Consistency
fmt-check,docker,hooks) with descriptionstesttargetCheating Check
.golangci.ymluntouched)--tab-width 4viamake fmt) — acceptableBuild Verification
docker build .passes (includesmake fmt-check,make lint,make test,make build)main(no rebase needed)All requirements from both issues are fully addressed. Code is correct and follows repo conventions.