Skip to content

fix: mark vercel.ts config as used#821

Merged
BartWaardenburg merged 2 commits into
fallow-rs:mainfrom
V1RE:fix/vercel-ts-config-entrypoint
Jun 1, 2026
Merged

fix: mark vercel.ts config as used#821
BartWaardenburg merged 2 commits into
fallow-rs:mainfrom
V1RE:fix/vercel-ts-config-entrypoint

Conversation

@V1RE
Copy link
Copy Markdown
Contributor

@V1RE V1RE commented May 31, 2026

What

Adds a built-in Vercel plugin that treats documented Vercel programmatic config files as used config entrypoints.

Why

Closes #820.

Vercel discovers and executes vercel.ts by convention during builds, so it should not be reported as an unused file just because application source does not import it.

Test plan

  • cargo fmt --all -- --check
  • cargo clippy --workspace -- -D warnings
  • cargo test --workspace

@V1RE V1RE requested a review from BartWaardenburg as a code owner May 31, 2026 17:46
Update the documented built-in plugin count after adding the Vercel plugin and list deployment-oriented plugins separately in the README table.

Rename the Vercel regression fixture and integration test from issue 819 to issue 820 so the test history matches the bug this PR closes.

Refs fallow-rs#820.
@BartWaardenburg BartWaardenburg enabled auto-merge June 1, 2026 07:02
Copy link
Copy Markdown
Collaborator

@BartWaardenburg BartWaardenburg left a comment

Choose a reason for hiding this comment

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

Reviewed the Vercel plugin fix and the follow-up cleanup. Local verification passed.

@BartWaardenburg BartWaardenburg added this pull request to the merge queue Jun 1, 2026
Merged via the queue into fallow-rs:main with commit 5a157e8 Jun 1, 2026
32 checks passed
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.

False positive unused file for Vercel vercel.ts config

2 participants