chore: Update committed.toml

This commit is contained in:
Ellen Emilia Anna Zscheile 2025-05-30 21:06:42 +02:00
parent c41627b023
commit eff197d410
1 changed files with 4 additions and 2 deletions

View File

@ -45,7 +45,7 @@ allowed_scopes = [
"geometry/compound", "geometry/compound",
"geometry/edit", "geometry/edit",
"geometry/geometry", "geometry/geometry",
"geometry/poly", "geometry/polygon",
"geometry/primitive", "geometry/primitive",
"geometry/recording_with_rtree", "geometry/recording_with_rtree",
"geometry/shape", "geometry/shape",
@ -57,6 +57,8 @@ allowed_scopes = [
"layout/layout", "layout/layout",
"layout/poly", "layout/poly",
"layout/via", "layout/via",
"math/cyclic_search",
"math/polygon_tangents",
"math/tangents", "math/tangents",
"router/astar", "router/astar",
"router/draw", "router/draw",
@ -67,7 +69,7 @@ allowed_scopes = [
"router/router", "router/router",
"specctra/design", "specctra/design",
"stepper", "stepper",
"triangulation" "triangulation",
] ]
merge_commit = false merge_commit = false