Skip to content

chore: align table - #5902

Open
remyleone wants to merge 1 commit into
mainfrom
align_table
Open

chore: align table#5902
remyleone wants to merge 1 commit into
mainfrom
align_table

Conversation

@remyleone

Copy link
Copy Markdown
Member

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


Copilot AI review requested due to automatic review settings July 27, 2026 11:59
@codecov-commenter

codecov-commenter commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.88%. Comparing base (c938dc6) to head (5c6a4b2).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5902   +/-   ##
=======================================
  Coverage   49.88%   49.88%           
=======================================
  Files         348      348           
  Lines       80515    80515           
=======================================
  Hits        40168    40168           
  Misses      38826    38826           
  Partials     1521     1521           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR primarily standardizes Markdown table formatting across the repository’s documentation (README + generated command docs) by introducing/using rumdl formatting rules and enforcing them in CI.

Changes:

  • Reformats many Markdown tables (README + docs/ + docs/commands/) to consistent, aligned table layout.
  • Enables additional rumdl rules (notably MD060 table styling) via .rumdl.toml.
  • Updates the documentation workflow to run rumdl fmt and fail if formatting would produce diffs.

Reviewed changes

Copilot reviewed 55 out of 56 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
README.md Re-aligns the “Reference documentation” Markdown table.
MAINTAINERS.md Removes the maintainers list file entirely.
docs/migration_guide_v2.md Re-aligns the constants URL table.
docs/commands/secret.md Re-aligns multiple CLI argument tables.
docs/commands/searchdb.md Re-aligns multiple CLI argument tables.
docs/commands/search.md Re-aligns the CLI argument table.
docs/commands/sdb-sql.md Re-aligns multiple CLI argument tables.
docs/commands/registry.md Re-aligns multiple CLI argument tables.
docs/commands/product-catalog.md Re-aligns the CLI argument table.
docs/commands/partner.md Re-aligns multiple CLI argument tables.
docs/commands/object.md Re-aligns multiple CLI argument tables.
docs/commands/mongodb.md Re-aligns multiple CLI argument tables.
docs/commands/mcp.md Re-aligns multiple CLI argument tables.
docs/commands/marketplace.md Re-aligns multiple CLI argument tables.
docs/commands/keymanager.md Re-aligns multiple CLI argument tables.
docs/commands/kafka.md Re-aligns multiple CLI argument tables.
docs/commands/ipam.md Re-aligns multiple CLI argument tables.
docs/commands/inference.md Re-aligns multiple CLI argument tables.
docs/commands/fip.md Re-aligns multiple CLI argument tables.
docs/commands/file.md Re-aligns multiple CLI argument tables.
docs/commands/environmental-footprint.md Re-aligns multiple CLI argument tables.
docs/commands/datawarehouse.md Re-aligns multiple CLI argument tables.
docs/commands/datalab.md Re-aligns multiple CLI argument tables.
docs/commands/config.md Re-aligns environment-variable and CLI argument tables.
docs/commands/block.md Re-aligns multiple CLI argument tables.
docs/commands/billing.md Re-aligns multiple CLI argument tables.
docs/commands/audit-trail.md Re-aligns multiple CLI argument tables.
docs/commands/apple-silicon.md Re-aligns multiple CLI argument tables.
docs/commands/annotations.md Re-aligns multiple CLI argument tables.
docs/commands/alias.md Re-aligns multiple CLI argument tables.
docs/commands/account.md Re-aligns multiple CLI argument tables.
.rumdl.toml Enables additional rumdl rules (incl. MD060) and configures table formatting style.
.github/workflows/docs.yml Runs rumdl fmt . in CI and fails if it produces diffs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/docs.yml
Comment thread .rumdl.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants