]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs: remove barrel workaround hint from conventions memory
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Apr 2026 01:13:01 +0000 (03:13 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Apr 2026 01:13:01 +0000 (03:13 +0200)
.serena/memories/code_style_conventions.md

index ec05d1c95a1ae5516ca71b2bf5d405cd97f37595..f21170189d50bb064b868efe56d4e58d5492b4cb 100644 (file)
@@ -107,7 +107,7 @@ Full guide: `tests/TEST_STYLE_GUIDE.md`. Key points:
 - **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. Linter is ruff (not pylint/flake8). Type checker is mypy
-- **Barrel circular deps**: `src/utils/` must NOT import from `src/exception/index.js` — import directly from `BaseError.js` if absolutely needed
+- **Barrel circular deps**: `src/utils/` must NOT import from `src/exception/index.js`
 
 ## Python Conventions (tests/ocpp-server/)