Crafter.Build/tests/Lint
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jorijn van der Graaf 7f71030b5b fix(lint): report an unavailable AST once per run, not per (file, rule)
Linting a march whose PCMs are not built produced 102 findings — 34 files times
three AST rules — for a single fact: the project has not been built for that
configuration. The one actionable sentence was buried.

Now recorded per file and reported once, naming the rules that could not run,
how many files were affected, one example reason, and what to do about it. Still
one error, so the run still fails; --no-ast remains the way to proceed without
building.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-31 00:05:40 +02:00
..
fixture feat(lint): AST layer over libclang cursors 2026-07-30 23:30:41 +02:00
main.cpp fix(lint): report an unavailable AST once per run, not per (file, rule) 2026-07-31 00:05:40 +02:00