From: Jérôme Benoit Date: Tue, 17 Mar 2026 13:11:08 +0000 (+0100) Subject: docs: remove redundant common pitfalls from code style conventions X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9a5636917991360438feddfce9f7e4dc1ae4cdd9;p=e-mobility-charging-stations-simulator.git docs: remove redundant common pitfalls from code style conventions --- 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