Skip to content

Commit d8a6b80

Browse files
authored
Update cspell (#209)
1 parent c09baa7 commit d8a6b80

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

cspell.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,9 @@
2121
"Metrostation",
2222
"rpcinterface",
2323
"threagile",
24+
"unregisters",
2425
"unstringified",
2526
"widgetid"
2627
],
27-
"ignorePaths": [
28-
"package.json",
29-
"dist",
30-
"lib",
31-
"scripts",
32-
"coverage",
33-
"**/*.test.ts",
34-
"**/*.test.tsx",
35-
"pnpm-lock.yaml",
36-
"**/*.d.ts",
37-
"**/*.config.*",
38-
"playwright-report",
39-
"pnpm-workspace.yaml"
40-
]
28+
"ignorePaths": ["package.json", "dist", "lib", "coverage", "pnpm-lock.yaml", "**/*.d.ts", "**/*.config.*", "playwright-report", "pnpm-workspace.yaml"]
4129
}

scripts/src/linkIModeljsRepo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ for (const packageName of packagesToLink) {
5555
console.log(`Symlinking ${packageName} => ${sourceLocation}`);
5656
linkPackage(packageName, sourceLocation, destinationLocation);
5757
} else {
58+
// cspell: disable-next-line
5859
console.log(`Unsymlinking ${packageName} => ${sourceLocation}`);
5960
unlinkPackage(packageName, sourceLocation, destinationLocation);
6061
}

0 commit comments

Comments
 (0)