Skip to content

[avenger] Fix prettier formatting in eslint-factory rule test - #50873

Merged
pelikhan merged 1 commit into
mainfrom
avenger/fix-formatting-1404-588ba8218830541c
Aug 6, 2026
Merged

[avenger] Fix prettier formatting in eslint-factory rule test#50873
pelikhan merged 1 commit into
mainfrom
avenger/fix-formatting-1404-588ba8218830541c

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Warning

Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding.

What happened

The threat detection engine failed to produce results.

Review the workflow run logs for details.

Summary

Applies Prettier auto-formatting to a single test file in the eslint-factory package. No test logic or assertions were changed.

Changes

File Change type Impact Breaking
eslint-factory/src/rules/require-fetch-response-body-try-catch.test.ts modified low no
  • Reformatted the valid test-case array in the require-fetch-response-body-try-catch describe block from a multi-line array to a single inline line, per Prettier's formatting rules.
  • Test string contents are unchanged; only whitespace/line-breaks were adjusted.

Commits

  • fe95bd672 — fix: apply prettier formatting to eslint-factory rule test

Notes

Formatting-only change with no functional or behavioral impact.> Generated by PR Description Updater for #50873 · auto · 35 AIC · ⊞ 6.8K ·

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Threat detection produced a warning for this pull request output.

These changes need to be scrutinized before merge and only merged after a careful manual review.

@pelikhan
pelikhan marked this pull request as ready for review August 6, 2026 13:15
Copilot AI balanced review requested due to automatic review settings August 6, 2026 13:15
@pelikhan
pelikhan merged commit 8fef534 into main Aug 6, 2026
6 checks passed
@pelikhan
pelikhan deleted the avenger/fix-formatting-1404-588ba8218830541c branch August 6, 2026 13:15
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

Warning

Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding.

What happened

The threat detection engine failed to produce results.

Review the workflow run logs for details.

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Design Decision Gate 🏗️ completed the design decision gate check.

Warning

Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding.

What happened

The threat detection engine failed to produce results.

Review the workflow run logs for details.

No ADR enforcement needed: PR does not have the 'implementation' label and has ≤100 new lines of code in business logic directories.

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Test Quality Sentinel completed test quality analysis.

Warning

Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding.

What happened

The threat detection engine failed to produce results.

Review the workflow run logs for details.

No test files were added or modified in this PR. Test Quality Sentinel skipped.

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

PR Code Quality Reviewer completed the code quality review.

Warning

Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding.

What happened

The threat detection engine failed to produce results.

Review the workflow run logs for details.

PR #50873 is a trivial, mechanical prettier-formatting fix (whitespace-only reflow of a valid: [...] array in a single test file, +1/-4). No logic, correctness, security, or maintainability concerns; nothing actionable to review. No review comments or REQUEST_CHANGES needed.

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

Reformats an ESLint rule test to restore Prettier compliance without changing behavior.

Changes:

  • Condenses the valid test array onto one line.
Show a summary per file
File Description
eslint-factory/src/rules/require-fetch-response-body-try-catch.test.ts Applies Prettier formatting to valid test cases.

Review details

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Warning

Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding.

What happened

The threat detection engine failed to produce results.

Review the workflow run logs for details.

Skills-Based Review 🧠

Applied /tdd — no skill concerns on this change.

This is a pure prettier formatting fix: the valid: [...] array in the rule test was reformatted from multi-line to single-line to match the configured prettier style. No logic, semantics, or test coverage changed. The fix correctly unblocks CI.

✅ Approved.

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · sonnet46 · 13.1 AIC · ⊞ 7.1K
Comment /matt to run again

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

🎉 This pull request is included in a new release.

Release: v0.86.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants