docs(linter): Add autogen doc support for max_nested_describe in jest plugin.#14797
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. |
There was a problem hiding this comment.
Pull Request Overview
Adds autogenerated configuration documentation for the jest max_nested_describe rule and cleans up comment formatting.
- Introduces a config struct to the rule and wires it into declare_oxc_lint! for doc generation.
- Adds JsonSchema derivation and serde attributes to support schema-based docs.
- Fixes an extraneous comment line in the rule docs.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Performance ReportMerging #14797 will not alter performanceComparing Summary
Footnotes
|
I must appease the Copilot.
Related to #14743.
This results in the addition of a config block in the docs, like this:
There were also some extra linebreaks I removed from the
declare_oxc_lint!call.