The GitHub Actions job "Fory CI" on fory.git/claude-ci-style-annotations has succeeded. Run started by GitHub user stevenschlansker (triggered by stevenschlansker).
Head commit for run: 3ee3814de59624587db4eccc1053460bcf617315 / Claude (on behalf of Steven Schlansker) <[email protected]> ci: annotate checkstyle violations in the Code Style Check job The Code Style Check job runs checkstyle:check via run_ci.py format. On a violation, the maven-checkstyle-plugin prints the actionable detail (file, line, rule, message) on [WARN] lines, then fails with a bare [ERROR] "N Checkstyle violations" line. GitHub's default log parser surfaces only the contentless [ERROR] line, so the job annotation reads "Error:" with no body and contributors cannot tell what failed. Add a problem matcher that parses the [WARN] lines (absolute path, line, column, message) into file-level annotations, and register it before the format step. Checkstyle is the check whose failure detail is otherwise dropped; spotless already prints a descriptive per-file [ERROR] line and is left as is. Report URL: https://github.com/apache/fory/actions/runs/28263654458 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
