You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove redundant comments and clean up code comments
Comment-only cleanup; no logic or executable code touched.
- Removed ~25 decorative banner comments (`# =====`, `// -----`) that
added no information beyond what the adjacent `describe(...)` /
`class Test...` / function signature already conveyed.
- Removed ~6 stale "Issue N" / "TODO" task references in tests and
scripts that belong in git history, not source.
- Collapsed one verbose H001 banner block in reporter/postgres_reports.py
into a focused 3-line note about where recommendations are computed.
- Removed a handful of what-comments restating obvious code
(e.g., "Skip if queryid is missing" above `if not queryid: continue`).
https://claude.ai/code/session_01U4F5KjW5neeCYxkKUZawfS
0 commit comments