Add spellcheck (#2181)

* Add spellcheck

* Add spelling error

* Format cspell.json

* Revert "Add spelling error"

This reverts commit 37446522791492e8ee2c1c54af0d2da1e162d2e4.
This commit is contained in:
Daniel Jurek 2021-05-03 12:13:02 -07:00 committed by GitHub
parent cdb5fbfb35
commit 8cf7746b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

24
.vscode/cspell.json vendored Normal file
View File

@ -0,0 +1,24 @@
{
"version": "0.1",
"language": "en",
"languageId": "cpp",
"dictionaries": ["powershell"],
"ignorePaths": ["vcpkg/**/*", "*.exe", "*.a", "*.lib"],
"words": [
"azsdk",
"cmake",
"CMOCKA",
"Cobertura",
"ctest",
"moxygen",
"pwsh",
"vcpkg"
],
"overrides": [
{
"filename": "**/eng/pipelines/templates/jobs/archetype-sdk-client.yml",
"words": ["DRUN", "DCMAKE", "gcovr", "lcov", "iname", "gtest"]
}
],
"allowCompoundWords": true
}

View File

@ -230,6 +230,8 @@ jobs:
VcpkgDependencies: curl[winssl] libxml2
VCPKG_DEFAULT_TRIPLET: 'x64-windows-static'
steps:
- template: /eng/common/pipelines/templates/steps/check-spelling.yml
- template: /eng/common/pipelines/templates/steps/verify-links.yml
parameters:
Directory: ''