Commit 7392f8d
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
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments