Skip to content

Commit c72f25b

Browse files
authored
feat: add rule for comments (#4416)
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent 95faa6e commit c72f25b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ Millions of rows. Every query matters.
6969
- Define types properly — extend and reuse existing types. Don't sprinkle `any`.
7070
- Don't touch working code outside the scope of the current task.
7171
- Prefer doing less over introducing risk. Weigh trade-offs before acting.
72+
- Default to no comments. When one is warranted (non-obvious WHY), keep it to 2 lines max.

0 commit comments

Comments
 (0)