]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs: remove redundant common pitfalls from code style conventions
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 17 Mar 2026 13:11:08 +0000 (14:11 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 17 Mar 2026 13:11:08 +0000 (14:11 +0100)
.serena/memories/code_style_conventions.md

index e343d7ae292097e815700a1cdd328ef58583a915..dd3593476c470902171c910be9d66873f16a21e5 100644 (file)
@@ -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