mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +01:00
Merge pull request #10184 from ellemouton/gemini-char-wrap
.gemini: ignore char wrapping during code review
This commit is contained in:
@@ -11,7 +11,9 @@
|
|||||||
- The line length MUST NOT exceed 80 characters, this is very important.
|
- The line length MUST NOT exceed 80 characters, this is very important.
|
||||||
You must count the Golang indentation (tabulator character) as 8 spaces when
|
You must count the Golang indentation (tabulator character) as 8 spaces when
|
||||||
determining the line length. Use creative approaches or the wrapping rules
|
determining the line length. Use creative approaches or the wrapping rules
|
||||||
specified below to make sure the line length isn't exceeded.
|
specified below to make sure the line length isn't exceeded. HOWEVER: during
|
||||||
|
code reviews, please leave this check up to the linter and do not comment on
|
||||||
|
it (why? because gemini is bad at counting characters).
|
||||||
- Every function must be commented with its purpose and assumptions.
|
- Every function must be commented with its purpose and assumptions.
|
||||||
- Function comments must begin with the function name.
|
- Function comments must begin with the function name.
|
||||||
- Function comments should be complete sentences.
|
- Function comments should be complete sentences.
|
||||||
|
|||||||
Reference in New Issue
Block a user