azure-sdk-for-cpp/.vscode/cspell.json
Ahson Khan d90d5c761e
Consolidate keyvault and cryptography client options and model files into single headers. (#2640)
* Consolidate keyvault options and model files into single headers.

* Consolidate cryptography client model headers into a single header.

* Fix up merge conflict

* Consolidate LROs into one, and fixup PagedResponse name.

* Fix up clang formatting and match cpp file name with hpp.

* Fix clang formatting.

* Move LROs and PagedResponse types into models as well.

* Move encrypt and decrypt parameter types into cryptography model header
file.

* Fix clang format, reodering of headers.

* Update to match recent changes.

* Update CL
2021-07-22 11:48:55 -07:00

113 lines
2.1 KiB
JSON

{
"version": "0.1",
"language": "en",
"languageId": "cpp",
"dictionaries": ["powershell"],
"ignorePaths": ["vcpkg/**/*", "*.exe", "*.a", "*.lib", ".vscode/cspell.json", "json.hpp", "*nlohmann-json*"],
"words": [
"ABFS",
"ABNF",
"Adls",
"Aloctl",
"azcore",
"azsdk",
"azuresdkforcpp",
"cmake",
"CMOCKA",
"Cobertura",
"ctest",
"DCMAKE",
"Deserializes",
"docfx",
"DPAPI",
"DRUN",
"DWARNINGS",
"eastus",
"Edlund",
"Favicon",
"gcovr",
"githubio",
"gmock",
"gtest",
"Gzrs",
"HKEY",
"itfactor",
"Kirilov",
"lcov",
"LIBCMTD",
"Lohmann",
"LPBYTE",
"LPSTR",
"moxygen",
"MSRC",
"Niels",
"nlohmann",
"noclean",
"NOCLOSE",
"NOCRLF",
"NOLINT",
"NOMINMAX",
"NTSTATUS",
"okhttp",
"PBYTE",
"pdbs",
"PUCHAR",
"pwsh",
"Ragrs",
"Ragzrs",
"Reconnector",
"Reitz",
"rehydrated",
"retriable",
"rwxrw",
"SDDL",
"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/storage/azure-storage-common/src/crypt.cpp",
"words": ["wdata"]
},
{
"filename": "**/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_options.hpp",
"words": ["dacl"]
},
{
"filename": "**/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/protocol/blob_rest_client.hpp",
"words": ["xmsblobsequencenumber"]
},
{
"filename": "**/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_models.hpp",
"words": ["SECG", "SECP"]
},
{
"filename": "**/sdk/storage/azure-storage-common/test/test_base.hpp",
"words": ["FQJQ"]
}
],
"allowCompoundWords": true
}