Skip to content

fix(check): resolve typecheck options inherited through lint extends#2228

Open
jong-kyung wants to merge 3 commits into
voidzero-dev:mainfrom
jong-kyung:fix/2225-lint-extends-typecheck
Open

fix(check): resolve typecheck options inherited through lint extends#2228
jong-kyung wants to merge 3 commits into
voidzero-dev:mainfrom
jong-kyung:fix/2225-lint-extends-typecheck

Conversation

@jong-kyung

Copy link
Copy Markdown
Collaborator

Summary

  • Resolve inherited typeAware and typeCheck options using Oxlint’s merge precedence so vp check --no-lint and vp check --no-fmt --no-lint run and classify type checking correctly.

Fixes #2225

Honor nested extends precedence when deciding whether the check command should run and label type checking.
Verify typecheck-only execution both with and without the format phase while preserving the existing direct-config snapshots.
@jong-kyung jong-kyung self-assigned this Jul 23, 2026
@jong-kyung

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 400bd38558

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/cli/binding/src/check/analysis.rs
@jong-kyung
jong-kyung force-pushed the fix/2225-lint-extends-typecheck branch from 400bd38 to 4a8d38a Compare July 23, 2026 08:44
@netlify

netlify Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 1cbbbcc
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a646d447123f50008d71eb5

@jong-kyung
jong-kyung marked this pull request as ready for review July 23, 2026 08:47
@jong-kyung
jong-kyung requested review from fengmk2 and wan9chi July 23, 2026 08:47
@graphite-app

graphite-app Bot commented Jul 23, 2026

Copy link
Copy Markdown

How to use the Graphite Merge Queue

Add the label auto-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

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.

vp check --no-fmt --no-lint ignores typeAware inherited from lint.extends

1 participant