chore(tasks/coverage): exclude node-compat-table from dprint and typos#13953
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via 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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull Request Overview
This PR excludes the node-compat-table directory from dprint formatting and typos checking as a follow-up to a previous change. This ensures the directory is properly ignored by development tools.
- Added exclusion for
tasks/coverage/node-compat-tablein dprint configuration - Added exclusion for
tasks/coverage/node-compat-tablein typos configuration
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| dprint.json | Added node-compat-table directory to dprint excludes list |
| .typos.toml | Added node-compat-table directory to typos extend-exclude list |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge activity
|
bddc8b7 to
fa74c94
Compare

Follow up to #13925. Excluded node-compat-table directory from dprint and typos.