azure-sdk-for-cpp/.vscode/cspell.json
Anton Kolesnyk 3aee1859f0
CSpell fixes for Core and Identity (#2816)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-08-31 15:21:17 -07:00

163 lines
2.9 KiB
JSON

{
"version": "0.1",
"language": "en",
"languageId": "cpp",
"dictionaries": [
"powershell",
"cpp"
],
"ignorePaths": [
"vcpkg/**/*",
"*.exe",
"*.a",
"*.lib",
".vscode/cspell.json",
"eng/common/**/*",
"json.hpp",
"*nlohmann-json*",
"sdk/keyvault/azure-security-keyvault-keys/test/ut/recordings/*.json",
"sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_import_test_live.cpp"
],
// * Unless configured otherwise, these words are not case sensitive
// * Alphabetize the list when making changes so the list is easier for future
// users to maintain and reason about.
"words": [
"ABFS",
"ABNF",
"Adls",
"Aloctl",
"azcore",
"azsdk",
"azuresdkforcpp",
"cmake",
"CMOCKA",
"Cobertura",
"ctest",
"DCMAKE",
"deserializers",
"Deserializes",
"docfx",
"DPAPI",
"DRUN",
"DWARNINGS",
"eastus",
"echsmkey",
"Edlund",
"Favicon",
"gcovr",
"githubio",
"gmock",
"gtest",
"Gzrs",
"HKEY",
"IMDS",
"itfactor",
"Kirilov",
"lcov",
"LIBCMTD",
"Lohmann",
"LPBYTE",
"LPSTR",
"MHSM",
"moxygen",
"MSRC",
"Niels",
"nlohmann",
"noclean",
"NOCLOSE",
"NOCRLF",
"NOLINT",
"NOMINMAX",
"NTSTATUS",
"okhttp",
"PBYTE",
"pdbs",
"PUCHAR",
"pwsh",
"Ragrs",
"Ragzrs",
"Reconnector",
"Reitz",
"rehydrated",
"retriable",
"rwxrw",
"SDDL",
"serializers",
"Seriot",
"SPDX",
"stoi",
"stoll",
"stoull",
"STREQ",
"undeleted",
"unscoped",
"unskipped",
"vcpkg",
"Viet",
"Viktor",
"Wdocumentation",
"Werror",
"westus",
"Wextra",
"Wgnu",
"Wunused",
"Xclang",
"XSMB"
],
"overrides": [
{
"filename": "**/eng/pipelines/templates/jobs/archetype-sdk-client.yml",
"words": [
"lcov",
"iname"
]
},
{
"filename": "**/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_models.hpp",
"words": [
"SECG",
"SECP"
]
},
{
"filename": "**/sdk/core/azure-core/README.md",
"words": [
"myprogram"
]
},
{
"filename": "**/sdk/core/azure-core/CHANGELOG.md",
"words": [
"Chisnall",
"copiable",
"davidchisnall",
"Gabor",
"Joubert",
"juchem",
"lordgamez",
"sjoubert",
"sourav",
"Sylvain"
]
},
{
"filename": "**/sdk/storage/azure-storage-common/CHANGELOG.md",
"words": [
"johnwheffner",
"Heffner",
"lordgamez",
"Gabor",
"Gyimesi"
]
},
{
"filename": "**/sdk/storage/test-resources.json",
"words": [
"bfqt",
"rwdlacup",
"pfile"
]
}
],
"allowCompoundWords": true
}