Documentation Report Checklist
Overview
Renovate PR #3329 updates a dependency whose n 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 (2):
Additional Info
Filed by the Rule Data Renovate workflow.
This issue is updated in place while Renovate PRs keep reporting n 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 #3329 updates a dependency whose n 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 (2):
n/prefer-import/assert-strictn/prefer-process-get-builtin-moduleAdditional Info
Filed by the Rule Data Renovate workflow.
This issue is updated in place while Renovate PRs keep reporting n 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.