[PR #611] [MERGED] fix(formatting): check for enabled formatters #9663

Closed
opened 2026-02-16 18:13:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/611
Author: @timoclsn
Created: 7/2/2025
Status: Merged
Merged: 7/2/2025
Merged by: @thdxr

Base: devHead: fix-formatter-check


📝 Commits (1)

  • 2727287 fix(formatting): check for enabled formatters

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/opencode/src/format/index.ts (+1 -1)

📄 Description

I think there was a await missing so all formatter where evaluated as enabled as isEnabled returns a promise.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/611 **Author:** [@timoclsn](https://github.com/timoclsn) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/2/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `fix-formatter-check` --- ### 📝 Commits (1) - [`2727287`](https://github.com/anomalyco/opencode/commit/2727287370c72e9c316f24aab8b4d389d028b1bd) fix(formatting): check for enabled formatters ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/format/index.ts` (+1 -1) </details> ### 📄 Description I think there was a await missing so all formatter where evaluated as enabled as `isEnabled` returns a promise. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:57 -05:00
yindo closed this issue 2026-02-16 18:13:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9663