Documentation Report Checklist
Overview
Renovate PR #3285 updates a dependency whose vitest rules no longer match packages/rule-data/src/data.json.
packages/rule-data/src/data.test.ts fails on that PR until the data is synced.
Missing from data.json (3):
Additional Info
Filed by the Rule Data Renovate workflow.
This issue is updated in place while Renovate PRs keep reporting vitest gaps, so the lists above reflect the latest failing run.
To resolve:
- Add each missing rule to
packages/rule-data/src/data.json, and remove stale references.
- For rules that shouldn't be skipped, file a new rule issue to track the Flint equivalent.
- Run
pnpm --filter=rule-data sort-data.
- Push to the Renovate branch, or open a PR that bumps the dependency and closes this issue.
Documentation Report Checklist
mainbranch of the repository.Overview
Renovate PR #3285 updates a dependency whose vitest rules no longer match
packages/rule-data/src/data.json.packages/rule-data/src/data.test.tsfails on that PR until the data is synced.Missing from data.json (3):
vitest/prefer-mock-return-shorthandvitest/require-test-timeoutvitest/unbound-methodAdditional Info
Filed by the Rule Data Renovate workflow.
This issue is updated in place while Renovate PRs keep reporting vitest gaps, so the lists above reflect the latest failing run.
To resolve:
packages/rule-data/src/data.json, and remove stale references.pnpm --filter=rule-data sort-data.