feat: add Debian checkstyle official evidence#137
Conversation
|
Warning Review limit reached
Next review available in: 18 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Summary
Add verified official-source distro evidence for the existing Debian checkstyle mapping.
This PR promotes exactly one additional existing mapping:
debdebdebiancheckstylecheckstylecheckstyleAfter this PR, exactly six generated Debian evidence records are
verified-official-source:deb/yamllintdeb/shellcheckdeb/clang-tidydeb/cppcheckdeb/clang-formatdeb/checkstyleNo Docker helper or non-Debian mapping is promoted.
What changed
Extended
OFFICIAL_DISTRO_EVIDENCE_BY_POLICYwith one new override:("deb", "checkstyle")Generated evidence for
deb/checkstylenow uses:evidence_source_type = official-distro-metadataevidence_status = verified-official-sourceofficial_source_kind = distro-package-indexverification_scope = package-name-and-executableofficial_source_url = https://packages.debian.org/checkstyleevidence_record_id = official-distro-metadata:deb:checkstyleexternal_verification_required_for_new_mappings = falserelease_blocking = falseOfficial Debian evidence basis
The evidence note references:
https://packages.debian.org/checkstylehttps://packages.debian.org/source/stable/checkstylehttps://tracker.debian.org/pkg/checkstylehttps://manpages.debian.org/testing/checkstyle/checkstyle.1.en.htmlThese sources are used only as evidence for the existing package/executable mapping. No versions are added as contract fields.
Promotion boundary
Existing official evidence is preserved:
deb/yamllintdeb/shellcheckdeb/clang-tidydeb/cppcheckdeb/clang-formatDocker helper mappings are intentionally not promoted:
docker-deb-helper/yamllintremainsrepository-local-policy/current-policy-baselinedocker-deb-helper/shellcheckremainsrepository-local-policy/current-policy-baselinedocker-deb-helper/clang-tidyremainsrepository-local-policy/current-policy-baselinedocker-deb-helper/cppcheckremainsrepository-local-policy/current-policy-baselinedocker-deb-helper/clang-formatremainsrepository-local-policy/current-policy-baselinedocker-deb-helper/checkstyleremainsrepository-local-policy/current-policy-baselineRPM/openSUSE/Arch/Slackware mappings remain unchanged. Since all Debian approved package-manager mappings are now promoted, repository-local baseline regression coverage uses RPM
yamllintas the non-promoted package-manager sentinel.Scope controls
This PR does not:
OS_PACKAGE_NAMESVerifier behavior
The existing promotion gate remains enforced.
Added/updated tests verify rejection of tampered
deb/checkstyleofficial evidence, including:repository-local-policyrepository-local-policy:deb:checkstyleValidation
Passed locally / by agent report:
Observed results:
Safety:
Next work
A follow-up PR should consolidate the official Debian evidence registry to reduce repeated literal metadata before promoting other distro families.