Makefile missing required targets: fmt-check, docker, hooks #136

Closed
opened 2026-02-26 11:10:10 +01:00 by clawbot · 0 comments
Collaborator

Per repo policies, every Makefile must have these targets: make test, make lint, make fmt (writes), make fmt-check (read-only), make check (prereqs: test, lint, fmt-check), make docker, and make hooks (installs pre-commit hook). Currently missing: fmt-check, docker, hooks.

Per repo policies, every Makefile must have these targets: `make test`, `make lint`, `make fmt` (writes), `make fmt-check` (read-only), `make check` (prereqs: test, lint, fmt-check), `make docker`, and `make hooks` (installs pre-commit hook). Currently missing: `fmt-check`, `docker`, `hooks`.
sneak added the bot label 2026-03-01 20:27:18 +01:00
sneak closed this issue 2026-03-10 01:09:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/upaas#136