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. |
CodSpeed Performance ReportMerging #16462 will not alter performanceComparing Summary
Footnotes
|
| /// # Arguments | ||
| /// * `val` - The tsgolint diagnostic to convert | ||
| /// * `source_text` - The source text of the file (needed for merging fixes) | ||
| /// * `include_fixes` - Whether to include safe fixes (from `--fix`) |
There was a problem hiding this comment.
Is this really needed? I thought with oxc-project/tsgolint#317 the payload only includes what is requested. So without --fix there is no val.fixes

No description provided.