Add no em dash rule to AGENTS.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
William Martin 2026-04-16 18:09:16 +02:00
parent 7ad1d7c0a1
commit 9596f99e56

View file

@ -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