Files
quak/test/packaging/lint-once.test.ts
clawbot ff4cc63c8b
All checks were successful
check / check (push) Successful in 1m8s
Name the define/endef hole in the lint-once header
A `define EXTRA ... endef` body pulled into a recipe as $(EXTRA) gives
`make check` a second prettier pass that the walk still scores as one.
The parser expands no variables, so this is a name it cannot resolve,
not a body it declines to read. The header's exclusion list says so
rather than claiming coverage the code does not have.
2026-09-04 10:55:41 +00:00

33 KiB