docs(linter): Update no-plusplus rule to expose documentation for config options#14837
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
This PR updates the no-plusplus linter rule to automatically generate configuration documentation from the code structure rather than manually maintaining it in comments.
Key Changes:
- Added JSON schema support to the
NoPlusplusstruct for automatic config documentation generation - Removed manually written configuration documentation from the rule's docstring
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Performance ReportMerging #14837 will not alter performanceComparing Summary
Footnotes
|
This results in the following configuration text in the documentation for this rule:
Part of #14743.