We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f632685 commit dbee53cCopy full SHA for dbee53c
CLAUDE.md
@@ -424,5 +424,10 @@ When modifying CI workflows, especially for performance improvements:
424
- **MANDATORY**: Run `make fix-trailing-whitespace` before every commit
425
- **MANDATORY**: Run `make check-trailing-whitespace` to verify no trailing
426
whitespaces remain
427
+- **macOS only**: After running `make fix-trailing-whitespace` or
428
+ `make format-md`, run these commands to clean up backup files created by sed:
429
+ ```bash
430
+ git clean -f -- '*-e' && git clean -f -- '**/*-e'
431
+ ```
432
- This applies to ALL file modifications, regardless of file type
433
- Trailing whitespaces are strictly prohibited in the codebase
0 commit comments