forked from Azure/azure-sdk-for-c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add spell checking to GenerateReleaseArtifacts, add some words to cspell.json ignore list * Add intentional spelling error to show how feature works * Revert "Add intentional spelling error to show how feature works" This reverts commit af7f516.
- Loading branch information
1 parent
3ce9c64
commit e850c99
Showing
2 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"version": "0.1", | ||
"language": "en", | ||
"languageId": "cpp", | ||
"dictionaries": [], | ||
"ignorePaths": [ | ||
"vcpkg/**", | ||
"*.exe", | ||
"*.a", | ||
"*.lib", | ||
"build/**", | ||
"*.png", | ||
"*.svg", | ||
"eng/docs/api/assets/style.css", | ||
"eng/common/**/*" | ||
], | ||
"ignoreRegExpList": [], | ||
"ignoreWords": [ | ||
"azsdk", | ||
"azuresdkforc", | ||
"CMAKE", | ||
"cmocka", | ||
"Cobertura", | ||
"ctest", | ||
"DCMAKE", | ||
"DCMAKE", | ||
"deps", | ||
"DLOGGING", | ||
"docfx", | ||
"DPRECONDITIONS", | ||
"DUNIT", | ||
"dynsections", | ||
"eabi", | ||
"enumvalues", | ||
"favicon", | ||
"fcomment", | ||
"gcovr", | ||
"generatedby", | ||
"githubio", | ||
"HMAC", | ||
"iname", | ||
"includedbygraph", | ||
"jquery", | ||
"lcov", | ||
"libcmocka", | ||
"mathjax", | ||
"microcontrollers", | ||
"mkdir", | ||
"moxygen", | ||
"mqtt", | ||
"mspremier", | ||
"MSRC", | ||
"MSVC", | ||
"nohttp", | ||
"nolog", | ||
"noprc", | ||
"paho", | ||
"POSIX", | ||
"pwsh", | ||
"realtek", | ||
"sidetoc", | ||
"SPDX", | ||
"ssid", | ||
"structindex", | ||
"structlist", | ||
"structs", | ||
"structs", | ||
"untracked", | ||
"vcpkg", | ||
"wifi", | ||
"winssl", | ||
"Wlogical", | ||
"Xclang", | ||
"xlink" | ||
], | ||
"allowCompoundWords": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters