chore: replace em dashes with hyphens, add no-em-dash rule to CLAUDE.md

This commit is contained in:
2026-09-10 09:18:58 +00:00
parent 759d36e85d
commit 059949674d
31 changed files with 65 additions and 61 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ func normaliseText(s string) string {
}
// funcs are shared by both template flavours. They exist so that a message
// template never formats a date or builds a structure itself two templates
// template never formats a date or builds a structure itself - two templates
// formatting the same date two ways is exactly the drift this package removes.
var funcs = map[string]any{
// dict builds a map for the layout's helper templates, which take more