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.