File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
src/ScriptModuleRepositoryTemplate/TemplateRepoFiles Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 10
10
" hashtable"
11
11
],
12
12
"ignoreWords" : [
13
+ " chsh" , // Change shell
13
14
" CICD" , // Continuous Integration/Continuous Deployment
14
15
" CODEOWNERS" , // GitHub CODEOWNERS
15
16
" Codespace" , // GitHub Codespaces
16
17
" Codespaces" , // GitHub Codespaces
17
18
" devcontainer" , // VS Code devcontainer
19
+ " devcontainers" , // VS Code devcontainers
18
20
" gittools" , // GitHub action author
19
21
" Hmmss" , // Time format
20
22
" jacoco" , // Java code coverage
23
+ " Leonhardt" , // GitHub action author
21
24
" madrapps" , // GitHub action author
22
25
" nupkg" , // NuGet package
23
26
" nunit" , // .NET unit testing framework
24
- " pwsh" // PowerShell Core
27
+ " pwsh" , // PowerShell Core
28
+ " yzhang" // GitHub action author
25
29
]
26
30
}
Original file line number Diff line number Diff line change 10
10
" hashtable"
11
11
],
12
12
"ignoreWords" : [
13
+ " chsh" , // Change shell
13
14
" CICD" , // Continuous Integration/Continuous Deployment
14
15
" CODEOWNERS" , // GitHub CODEOWNERS
15
16
" Codespace" , // GitHub Codespaces
16
17
" Codespaces" , // GitHub Codespaces
17
18
" devcontainer" , // VS Code devcontainer
19
+ " devcontainers" , // VS Code devcontainers
18
20
" gittools" , // GitHub action author
19
21
" Hmmss" , // Time format
20
22
" jacoco" , // Java code coverage
23
+ " Leonhardt" , // GitHub action author
21
24
" madrapps" , // GitHub action author
22
25
" nunit" , // .NET unit testing framework
23
- " pwsh" // PowerShell Core
26
+ " pwsh" , // PowerShell Core
27
+ " yzhang" // GitHub action author
24
28
]
25
29
}
You can’t perform that action at this time.
0 commit comments