style(docs): clear all 31 pre-existing markdownlint warnings - #222
style(docs): clear all 31 pre-existing markdownlint warnings#222ethanolivertroy wants to merge 1 commit into
Conversation
- MD022: blank lines around headings (grc-portfolio, trust-center, cmmc) - MD026: trailing colons removed from grc-portfolio component headings - MD025/MD001: the two mid-document H1 part dividers in the cmmc assessment-objectives skill demoted to H2, matching the doc's dominant H2 section style and fixing the h1-to-h3 increment jump markdownlint-cli2 now reports 0 errors across 416 files. Co-authored-by: Ethan Troy <ethanolivertroy@users.noreply.github.com>
|
Warning Review limit reached
Next review available in: 59 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
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 |
Greptile SummaryThis documentation-only PR resolves markdownlint warnings without changing instructional content or runtime behavior.
Confidence Score: 5/5The PR appears safe to merge because the changes are limited to Markdown formatting and valid heading normalization. The edited files retain their original instructions and content while correcting blank-line, trailing-punctuation, and heading-level lint violations; no blocking or non-blocking defect remains.
|
| Filename | Overview |
|---|---|
| plugins/frameworks/cmmc/skills/cmmc-assessment-objectives/SKILL.md | Demotes two section dividers from H1 to H2 and adds one heading-adjacent blank line, preserving content and improving hierarchy. |
| plugins/grc-portfolio/skills/website-build/SKILL.md | Removes trailing colons from headings and inserts markdownlint-required blank lines without altering skill instructions. |
| plugins/grc-portfolio/skills/website-preflight/SKILL.md | Adds blank lines beneath report-section headings with no behavioral change. |
| plugins/trust-center/skills/trust-center/SKILL.md | Adds blank lines between provider headings and their lists without changing provider guidance. |
| plugins/trust-center/commands/add-document.md | Adds heading-adjacent blank lines only. |
| plugins/trust-center/commands/deploy.md | Adds heading-adjacent blank lines only. |
| plugins/trust-center/commands/init.md | Adds heading-adjacent blank lines only. |
| plugins/trust-center/commands/status.md | Adds heading-adjacent blank lines only. |
Reviews (1): Last reviewed commit: "style(docs): clear all 31 pre-existing m..." | Re-trigger Greptile
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
Summary
Clears every pre-existing markdownlint warning so the pre-commit lint is fully green:
npx markdownlint-cli2@0.18.1now reports 0 errors across 416 files (previously 31 warnings across 8 files).grc-portfolio,trust-center, andcmmcdocs (auto-fix).grc-portfolio/skills/website-build/SKILL.md(auto-fix).cmmc/skills/cmmc-assessment-objectives/SKILL.md(320 Assessment Objectives,Rev 2 → Rev 3 Control Crosswalk) demoted to H2. The document's dominant section style is already H2, and this also fixes the illegal h1-to-h3 increment at the crosswalk'sSummarysubheading. No content changes.Type of change
Schema impact
schemas/finding.schema.jsonchangedTest plan
CHANGELOG
Notes for reviewers
Once this lands, the "note the repo currently has some pre-existing
MD022warnings" caveat inAGENTS.mdbecomes stale. #216 already edits that same line, so the caveat removal is left to a one-word follow-up in whichever lands second, to avoid manufacturing a conflict between the two PRs.