Skip to content

Commit 6b21f0a

Browse files
committed
chore: Add devcontainer words to spellcheck
1 parent 7dd789f commit 6b21f0a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.cspell.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@
1010
"hashtable"
1111
],
1212
"ignoreWords": [
13+
"chsh", // Change shell
1314
"CICD", // Continuous Integration/Continuous Deployment
1415
"CODEOWNERS", // GitHub CODEOWNERS
1516
"Codespace", // GitHub Codespaces
1617
"Codespaces", // GitHub Codespaces
1718
"devcontainer", // VS Code devcontainer
19+
"devcontainers", // VS Code devcontainers
1820
"gittools", // GitHub action author
1921
"Hmmss", // Time format
2022
"jacoco", // Java code coverage
23+
"Leonhardt", // GitHub action author
2124
"madrapps", // GitHub action author
2225
"nupkg", // NuGet package
2326
"nunit", // .NET unit testing framework
24-
"pwsh" // PowerShell Core
27+
"pwsh", // PowerShell Core
28+
"yzhang" // GitHub action author
2529
]
2630
}

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/_.cspell.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@
1010
"hashtable"
1111
],
1212
"ignoreWords": [
13+
"chsh", // Change shell
1314
"CICD", // Continuous Integration/Continuous Deployment
1415
"CODEOWNERS", // GitHub CODEOWNERS
1516
"Codespace", // GitHub Codespaces
1617
"Codespaces", // GitHub Codespaces
1718
"devcontainer", // VS Code devcontainer
19+
"devcontainers", // VS Code devcontainers
1820
"gittools", // GitHub action author
1921
"Hmmss", // Time format
2022
"jacoco", // Java code coverage
23+
"Leonhardt", // GitHub action author
2124
"madrapps", // GitHub action author
2225
"nunit", // .NET unit testing framework
23-
"pwsh" // PowerShell Core
26+
"pwsh", // PowerShell Core
27+
"yzhang" // GitHub action author
2428
]
2529
}

0 commit comments

Comments
 (0)