[PR #7553] [MERGED] Remove redundant inline type import guideline #37394

Closed
opened 2026-04-21 00:26:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7553
Author: @Copilot
Created: 4/19/2026
Status: Merged
Merged: 4/20/2026
Merged by: @MatissJanis

Base: masterHead: copilot/update-coding-guidelines


📝 Commits (4)

  • 954ff30 Initial plan
  • b4b3ec1 [AI] Remove inline type import guideline (handled by oxfmt/oxlint)
  • 72a1e87 Add release notes for PR #7553
  • acc0111 Update author and remove redundant TypeScript guidance

📊 Changes

3 files changed (+6 additions, -2 deletions)

View changed files

📝 AGENTS.md (+0 -1)
📝 packages/docs/docs/contributing/code-style.md (+0 -1)
upcoming-release-notes/7553.md (+6 -0)

📄 Description

The coding guidelines incorrectly mandated consolidating import type statements into inline type qualifiers, causing false code review violations against valid code patterns.

Changes

  • AGENTS.md — removed "Use inline type imports" rule
  • packages/docs/docs/contributing/code-style.md — removed the same rule

This is handled automatically by oxfmt/oxlint, making an explicit guideline unnecessary and misleading.


🔄 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/actualbudget/actual/pull/7553 **Author:** [@Copilot](https://github.com/apps/copilot-swe-agent) **Created:** 4/19/2026 **Status:** ✅ Merged **Merged:** 4/20/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `copilot/update-coding-guidelines` --- ### 📝 Commits (4) - [`954ff30`](https://github.com/actualbudget/actual/commit/954ff30f08c1d267189222c5087589b9e307bfd6) Initial plan - [`b4b3ec1`](https://github.com/actualbudget/actual/commit/b4b3ec1b6879e1975c79c0c61a74a07c0cf4289e) [AI] Remove inline type import guideline (handled by oxfmt/oxlint) - [`72a1e87`](https://github.com/actualbudget/actual/commit/72a1e875b20025fdd361224e7a56cce72104af32) Add release notes for PR #7553 - [`acc0111`](https://github.com/actualbudget/actual/commit/acc01112afc2728f00112b2addbfa69645a7591d) Update author and remove redundant TypeScript guidance ### 📊 Changes **3 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `AGENTS.md` (+0 -1) 📝 `packages/docs/docs/contributing/code-style.md` (+0 -1) ➕ `upcoming-release-notes/7553.md` (+6 -0) </details> ### 📄 Description The coding guidelines incorrectly mandated consolidating `import type` statements into inline `type` qualifiers, causing false code review violations against valid code patterns. ## Changes - **`AGENTS.md`** — removed "Use inline type imports" rule - **`packages/docs/docs/contributing/code-style.md`** — removed the same rule This is handled automatically by `oxfmt`/`oxlint`, making an explicit guideline unnecessary and misleading. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 00:26:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#37394