We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6971e commit c2baf6fCopy full SHA for c2baf6f
.gemini/styleguide.md
@@ -11,7 +11,9 @@
11
- The line length MUST NOT exceed 80 characters, this is very important.
12
You must count the Golang indentation (tabulator character) as 8 spaces when
13
determining the line length. Use creative approaches or the wrapping rules
14
- specified below to make sure the line length isn't exceeded.
+ 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).
17
- Every function must be commented with its purpose and assumptions.
18
- Function comments must begin with the function name.
19
- Function comments should be complete sentences.
0 commit comments