config-comment-wall
four or more nearby configuration comments mostly repeat their entries
Why
Repeated comments that merely narrate adjacent configuration hide constraints and make the file harder to scan.
Fix
Delete narration. Where names are author-controlled, clarify jobs, steps, targets, keys, or sections; keep comments only for constraints or rationale.
Examples
# Set build namename: build# Run build commandrun: make build# Set deploy imageimage: app# Run deploy commandcommand: deploy# Keep one worker because uploads race.concurrency: 1# Retain three retries because the upstream API is eventually consistent.retries: 3# Set build namename: build# Set build imageimage: appFiles
**/*.{yaml,yml,toml,jsonc}