Skip to content

Build: Fix formatting#35129

Merged
Sidnioulz merged 1 commit into
nextfrom
sidnioulz/format
Jun 10, 2026
Merged

Build: Fix formatting#35129
Sidnioulz merged 1 commit into
nextfrom
sidnioulz/format

Conversation

@Sidnioulz

@Sidnioulz Sidnioulz commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Sigh...

Summary by CodeRabbit

  • Style
    • Minor code formatting improvement to build script.

Copilot AI review requested due to automatic review settings June 10, 2026 14:28
@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor
Fails
🚫 PR description is missing the mandatory "#### Manual testing" section. Please add it so that reviewers know how to manually test your changes.

Generated by 🚫 dangerJS against fc950b4

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 applies a small formatting cleanup in the sandbox task utilities, aligning a single statement with the file’s semicolon style.

Changes:

  • Add a missing semicolon after the findFirstPath(...) call inside getConfigFile().

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

@Sidnioulz Sidnioulz merged commit 100c277 into next Jun 10, 2026
10 of 11 checks passed
@Sidnioulz Sidnioulz deleted the sidnioulz/format branch June 10, 2026 14:29
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 07240462-d7d5-4f01-87bd-e86ead451fef

📥 Commits

Reviewing files that changed from the base of the PR and between b95ab2d and fc950b4.

📒 Files selected for processing (1)
  • scripts/tasks/sandbox-parts.ts

📝 Walkthrough

Walkthrough

scripts/tasks/sandbox-parts.ts adds a missing semicolon to terminate the findFirstPath constant assignment statement in the getConfigFile function. This is a minor linting correction with no logic changes.

Linting fix

Layer / File(s) Summary
Add missing semicolon in getConfigFile
scripts/tasks/sandbox-parts.ts
getConfigFile adds a missing semicolon after the findFirstPath constant assignment.

🎯 1 (Trivial) | ⏱️ ~2 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

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

@Sidnioulz Sidnioulz changed the title Fix formatting Build: Fix formatting Jun 11, 2026
@Sidnioulz Sidnioulz added build Internal-facing build tooling & test updates ci:normal Run our default set of CI jobs (choose this for most PRs). patch:yes Bugfix & documentation PR that need to be picked to main branch qa:skip Pull Requests that do not need any QA. labels Jun 11, 2026
@github-actions github-actions Bot mentioned this pull request Jun 11, 2026
11 tasks
@github-actions github-actions Bot added the patch:done Patch/release PRs already cherry-picked to main/release branch label Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Internal-facing build tooling & test updates ci:normal Run our default set of CI jobs (choose this for most PRs). patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch qa:skip Pull Requests that do not need any QA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants