no-comment-cruft
Flag commented-out code, section-banner comments, and leading file-header comment preambles.
commentWallcommentedOutCodefileHeaderPreambleplaceholderImplementationredundantNarrationsectionBanneruntrackedTodo Rule source Tests Catalog JSON Why
Decorative, narrated, or dead-code comments obscure the constraints and rationale that comments should preserve.
Fix
Delete dead code and narration; express boundaries with named code and retain only comments that explain constraints or intent.
Examples
// increment the countercounter += 1;// increment the counter for PLT-812counter += 1;