Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

ESLint was failing CI due to incorrect indentation in the UnmodelableMethodRow component. The forwardRef type parameters were spread across multiple lines without proper indentation, inconsistent with the project's prettier configuration.

Fixed by consolidating type parameters to a single line and re-indenting the component body to match the style of ModelableMethodRow above it.

No functional changes.

Original prompt

Fix the failing GitHub Actions workflow Lint
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 61029212902
Job URL: https://github.com/github/vscode-codeql/actions/runs/21213172246/job/61029212902


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: d10c <9970661+d10c@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow Lint Fix prettier formatting in MethodRow.tsx Jan 21, 2026
Copilot AI requested a review from d10c January 21, 2026 15:06
@d10c d10c marked this pull request as ready for review January 21, 2026 16:03
@d10c d10c requested a review from a team as a code owner January 21, 2026 16:03
Copilot AI review requested due to automatic review settings January 21, 2026 16:03
@d10c d10c merged commit 5096c14 into copilot/fix-github-actions-workflow-lint Jan 21, 2026
24 of 25 checks passed
@d10c d10c deleted the copilot/fix-github-actions-lint branch January 21, 2026 16:03
Copy link
Contributor

Copilot AI left a comment

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 fixes ESLint/Prettier formatting issues in the UnmodelableMethodRow component. The component's forwardRef type parameters were incorrectly formatted across multiple lines, and the function body had incorrect indentation, causing CI to fail.

Changes:

  • Consolidated forwardRef type parameters to a single line
  • Re-indented the entire component body to match the formatting of ModelableMethodRow

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

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