Skip to content

Commit 35f2759

Browse files
committed
Update docs.
1 parent ae3d8cf commit 35f2759

55 files changed

Lines changed: 150 additions & 119 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/config/tests/__fixtures__/pkl/.moon/workspace.pkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ codeowners {
88
}
99

1010
constraints {
11-
enforceProjectTypeRelationships = false
11+
enforceLayerRelationships = false
1212
tagRelationships = Map("a", List("b", "c"))
1313
}
1414

crates/config/tests/workspace_config_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ constraints:
345345
FILENAME,
346346
r"
347347
constraints:
348-
enforceProjectTypeRelationships: abc
348+
enforceLayerRelationships: abc
349349
",
350350
load_config_from_root,
351351
);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: bash
2-
type: tool
2+
layer: tool
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: batch
2-
type: tool
2+
layer: tool
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: javascript
2-
type: application
2+
layer: application
33
toolchain:
44
default: bun
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: javascript
2-
type: application
2+
layer: application
33
toolchain:
44
default: deno
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: go
2-
type: application
2+
layer: application
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: javascript
2-
type: library
2+
layer: library
33
toolchain:
44
default: node
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: kotlin
2-
type: application
2+
layer: application
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: php
2-
type: application
2+
layer: application

0 commit comments

Comments
 (0)