mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 18:26:11 +00:00
docs(claude): remove LOC minimization guideline from CLAUDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,6 @@ These are the load-bearing types. Handle them with care — breaking changes her
|
|||||||
|
|
||||||
### Code quality
|
### Code quality
|
||||||
|
|
||||||
- Minimize added LOC. Every line must earn its place.
|
|
||||||
- Explicit over magic — no hidden control flow, no implicit state.
|
- Explicit over magic — no hidden control flow, no implicit state.
|
||||||
- No deep inheritance trees. Prefer composition.
|
- No deep inheritance trees. Prefer composition.
|
||||||
- No decorative comment separators (`===`, `---`, etc.).
|
- No decorative comment separators (`===`, `---`, etc.).
|
||||||
|
|||||||
Reference in New Issue
Block a user