chore: remove stale root tooling files

This commit is contained in:
Peter Steinberger
2026-05-03 13:29:29 +01:00
parent a7b76835d4
commit fd5e6ae9f1
5 changed files with 9 additions and 46 deletions

View File

@@ -321,7 +321,14 @@ describe("scripts/changed-lanes", () => {
});
it("routes root hygiene config changes to tooling instead of all lanes", () => {
const result = detectChangedLanes([".dockerignore", ".pre-commit-config.yaml", ".swiftformat"]);
const result = detectChangedLanes([
".dockerignore",
".jscpd.json",
".pre-commit-config.yaml",
".swiftformat",
"Makefile",
"openclaw.podman.env",
]);
const plan = createChangedCheckPlan(result);
expect(result.lanes).toMatchObject({