mirror of https://codeberg.org/topola/topola.git
chore: Update committed.toml
This commit is contained in:
parent
c41627b023
commit
eff197d410
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue