Skip to content

Commit 7392f8d

Browse files
committed
fix(ci): remove stale .importlinter shadowing real contracts, bump biome schema
- .importlinter (from the certamen-framework merge) referenced modules that no longer exist (certamen.config, certamen.models, certamen.certamen). import-linter prefers this standalone file over pyproject.toml's [tool.importlinter] section, so it crashed on every run and the Architecture & Import Contracts CI job silently never enforced the correct, current layer-boundary contracts already defined in pyproject.toml. Removing it lets those 4 contracts run for real (verified: 4 kept, 0 broken). - frontend/biome.json $schema still pointed at 2.5.0 after the biome 2.5.1 dependency bump (#68), tripping a CI schema-mismatch warning.
1 parent 572fd25 commit 7392f8d

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

.importlinter

Lines changed: 0 additions & 28 deletions
This file was deleted.

frontend/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
33
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
44
"files": { "includes": ["**", "!dist", "!src/generated"] },
55
"formatter": {

0 commit comments

Comments
 (0)