From 9a5636917991360438feddfce9f7e4dc1ae4cdd9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 17 Mar 2026 14:11:08 +0100 Subject: [PATCH] docs: remove redundant common pitfalls from code style conventions --- .serena/memories/code_style_conventions.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.serena/memories/code_style_conventions.md b/.serena/memories/code_style_conventions.md index e343d7ae..dd359347 100644 --- a/.serena/memories/code_style_conventions.md +++ b/.serena/memories/code_style_conventions.md @@ -66,9 +66,6 @@ Full guide: `tests/TEST_STYLE_GUIDE.md`. Key points: ## Common Pitfalls -- **`const enum`**: Never use — project uses regular `enum` only -- **`new Date(externalString)`**: Never use — always `convertToDate()` - **ESLint cache**: Clear `.eslintcache` if lint results seem stale after config changes - **Web UI is independent**: Always run its quality gates separately from `ui/web/` directory - **OCPP server is Python**: Uses Poetry, not pnpm -- **macOS + Node 22**: Known flaky test (`RequestStopTransaction` listener) — skipped in CI -- 2.43.0