Expand description
Compatibility re-exports for CI output builders now owned by
fallow-output.
Structs§
- CiIssue
- Normalized CodeClimate issue used by CI comment renderers.
- Grouped
Review Issues - PrComment
Render Input - Inputs for rendering a sticky PR/MR summary comment.
- Review
Comment Render Input - Review
Envelope Render Input - Inputs for rendering a GitHub/GitLab review envelope.
- Review
Envelope Render Result - Rendered review envelope plus side-channel signals for CLI telemetry.
- Review
Envelope Truncation - Truncation signals produced while rendering a review envelope.
- Review
Gitlab Diff Refs - GitLab diff refs for a review-envelope position.
Enums§
- CiProvider
- Supported CI review providers for generated comments.
Constants§
- MARKER_
PREFIX_ V2 - Marker prefix appended to every v2 review-comment body.
- MARKER_
SUFFIX_ V2 - Closing of the v2 marker, after the fingerprint string.
- MAX_
COMMENT_ BODY_ BYTES - PROJECT_
LEVEL_ RULE_ IDS - Rule ids whose findings describe project-wide config state rather than a change touching a specific source line.
Functions§
- cap_
body_ with_ marker - command_
title - composite_
fingerprint - escape_
md - Escape a string for inclusion in a Markdown table cell.
- github_
check_ conclusion - group_
review_ issues_ by_ path_ line - Group consecutive same-(path, line) issues. Input is already sorted by
(path, line, fingerprint)so a single linear pass collects runs. - is_
project_ level_ rule - issues_
from_ codeclimate - issues_
from_ codeclimate_ issues - render_
pr_ comment - render_
review_ comment_ for_ group - Render one comment from a group of issues sharing the same
(path, line). - render_
review_ envelope - Render a provider-specific review envelope from typed CI issues.
- review_
label_ from_ codeclimate - summary_
fingerprint - summary_
label