Skip to content

Commit c2baf6f

Browse files
committed
.gemini: ignore char wrapping during code review
Gemini code review agent is bad at counting characters.
1 parent cd6971e commit c2baf6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gemini/styleguide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
- The line length MUST NOT exceed 80 characters, this is very important.
1212
You must count the Golang indentation (tabulator character) as 8 spaces when
1313
determining the line length. Use creative approaches or the wrapping rules
14-
specified below to make sure the line length isn't exceeded.
14+
specified below to make sure the line length isn't exceeded. HOWEVER: during
15+
code reviews, please leave this check up to the linter and do not comment on
16+
it (why? because gemini is bad at counting characters).
1517
- Every function must be commented with its purpose and assumptions.
1618
- Function comments must begin with the function name.
1719
- Function comments should be complete sentences.

0 commit comments

Comments
 (0)