Format_Checker · git:20260721.a7f3296 · 2026-07-21 · sha256 0c57e495ec79e0eb
Format_Checker git:20260721.a7f3296A
Immutable. This exact content is served forever at /api/v1/blob/0c57e495ec79e0eb.
--- name: Format_Checker description: Checks source files against the project style guide. Use when reviewing formatting before opening a pull request. --- # Format checker Check the changed files against the style guide and report deviations. 1. Collect the changed files from `git diff --name-only`. 2. Run the formatter in check mode on each file. 3. Report each deviation with its file and line.