Makefile missing required targets: fmt-check, docker, hooks #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
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, andmake hooks(installs pre-commit hook). Currently missing:fmt-check,docker,hooks.