-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiments.json
More file actions
51 lines (51 loc) · 1.36 KB
/
Copy pathexperiments.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"schemaVersion": 1,
"mode": "skeleton",
"policy": {
"workspaceGlobs": ["apps/*", "libs/*"],
"projectGlobs": ["apps/*", "libs/*"],
"typecheckProject": "tsconfig.json",
"typecheckIncludes": ["apps/**/*.ts", "libs/**/*.ts", "scripts/**/*.ts"],
"typecheckExcludes": [
"dist",
"graphify-out",
"node_modules",
"scripts/template",
"tmp"
],
"formatterConfig": "biome.jsonc",
"formatterNegations": ["**/worker-configuration.d.ts", "graphify-out"],
"formatterOverrides": ["**/generated/**", "**/openapi/**"],
"ignoreFile": ".gitignore",
"toleratedIgnorePatterns": [
"**/build/",
"**/coverage/",
"**/dist/",
"**/out/",
"**/tmp/"
],
"universeRegistryPath": "ci-matrix-universes.json",
"workflowRoot": ".github/workflows",
"toleratedWorkflowFailures": [],
"reservedDirectories": [
{ "directory": "libs/auth", "ownershipPattern": "libs/auth/**" },
{ "directory": "libs/forms", "ownershipPattern": "libs/forms/**" },
{
"directory": "libs/observability",
"ownershipPattern": "libs/observability/**"
}
],
"findingsRoots": ["CHANGES.md", "docs/", "openspec/changes/archive/"],
"retirementAllowList": [
"CHANGES.md",
"docs/devcontainer-upgrade/",
"evidence/",
"experiments.json",
"graphify-out/",
"openspec/",
"scripts/template/experiment-contract.ts"
]
},
"experiments": [],
"retired": []
}