Skip to content

chore: integrate docs format into all format#6730

Merged
LesnyRumcajs merged 1 commit intomainfrom
integrate-docs-format
Mar 12, 2026
Merged

chore: integrate docs format into all format#6730
LesnyRumcajs merged 1 commit intomainfrom
integrate-docs-format

Conversation

@LesnyRumcajs
Copy link
Member

@LesnyRumcajs LesnyRumcajs commented Mar 12, 2026

Summary of changes

Changes introduced in this pull request:

  • mise format wasn't formatting docs; this resolves it.

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Chores
    • Updated task execution order in development tooling to ensure documentation formatting runs before general formatting.

@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner March 12, 2026 09:43
@LesnyRumcajs LesnyRumcajs requested review from akaladarshi and hanabi1224 and removed request for a team March 12, 2026 09:43
@LesnyRumcajs LesnyRumcajs enabled auto-merge March 12, 2026 09:43
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 7dead76d-8955-491f-9395-b00a7c7552b4

📥 Commits

Reviewing files that changed from the base of the PR and between cef5e29 and f196b7d.

📒 Files selected for processing (1)
  • mise.toml

Walkthrough

A dependency was added to the format task in mise.toml, specifying that docs:format must run before the main format task executes. The change is a single line addition that establishes a control-flow relationship between two build tasks.

Changes

Cohort / File(s) Summary
Build Task Dependencies
mise.toml
Added depends = ["docs:format"] field to [tasks.format] section, establishing a prerequisite dependency for the format task execution order.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • hanabi1224
  • akaladarshi
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: integrating docs format as a dependency into the all-format task in mise.toml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch integrate-docs-format

Comment @coderabbitai help to get the list of available commands and usage tips.

@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Mar 12, 2026
Merged via the queue into main with commit 8149f08 Mar 12, 2026
35 checks passed
@LesnyRumcajs LesnyRumcajs deleted the integrate-docs-format branch March 12, 2026 13:27
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.

2 participants