-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
docstringRelated to docstring linting or formattingRelated to docstring linting or formattingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
The following rules should be renamed to conform to Ruff's naming convention:
fits-on-one-line(D200)no-blank-line-before-function(D201)no-blank-line-after-function(D202)one-blank-line-before-class(D203)one-blank-line-after-class(D204)blank-line-after-summary(D205)indent-with-spaces(D206)section-not-overindented(D214)section-underline-not-overindented(D215)ends-in-period(D400)no-signature(D402)capitalize-section-name(D405)new-line-after-section-name(D406)dashed-underline-after-section(D407)section-underline-after-name(D408)section-underline-matches-section-length(D409)blank-line-after-last-section(D413)ends-in-punctuation(D415)section-name-ends-in-colon(D416)
[Apologies if any of these are in error - double negating on the fly may have spun my head around]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docstringRelated to docstring linting or formattingRelated to docstring linting or formattingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers