From 94676b703268903cbcac7447e522efdc2c0617b3 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 25 Jun 2025 08:31:02 -0400 Subject: [PATCH] docs(crush.md): add commenting directive --- CRUSH.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRUSH.md b/CRUSH.md index d3ddbd6691c5fe6ffcd63c3aca2a36882a4caefc..ecd37043c0f8638ccb64bee680675dc19e00ffb2 100644 --- a/CRUSH.md +++ b/CRUSH.md @@ -19,4 +19,5 @@ - **Constants**: Use typed constants with iota for enums, group in const blocks - **Testing**: Use testify/assert and testify/require, parallel tests with `t.Parallel()` - **JSON tags**: Use snake_case for JSON field names -- **File permissions**: Use octal notation (0o755, 0o644) for file permissions \ No newline at end of file +- **File permissions**: Use octal notation (0o755, 0o644) for file permissions +- **Comments**: End comments in periods unless comments are at the end of the line.