Add no em dash rule to AGENTS.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7ad1d7c0a1
commit
9596f99e56
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ for _, tt := range tests {
|
|||
- Add godoc comments to all exported functions, types, and constants
|
||||
- Avoid unnecessary code comments — only comment when the *why* isn't obvious from the code
|
||||
- Do not comment just to restate what the code does
|
||||
- Never use em dashes (—) in code, comments, or documentation; use regular dashes (-) or rewrite the sentence instead
|
||||
|
||||
## Error Handling
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue