azure-sdk-for-cpp/.vscode/cspell.json
Daniel Jurek a91d151e79
Vcpkg Beta Automation (for real) (#3497)
* Script that automates updating vcpkg betas

* Wire up to pipeline

* Spelling, commentary

* Clone into repo name

* Remove-Item requires the path to exist, even if -Force is specified

* Bootstrap vcpkg

* Arguments to Test-ShouldReleaseToVcpkg.ps1

* More commit

* Escape quotes

* Quote git commit

* Set strict mode

* Use tags

* Actually tag

* Run git commands

* Invoke-Expression

* Onboard releasing package to vcpkg before attempting to isntall from overaly

* temporarily disable matrix generation (30s tasks sometimes runs for 20+ minutes)

* Test-ShouldReleaseToVcpkg.ps1

* Test-Path

* Test vcpkg build, also ensure we push

* Just the tags... low probabiltiy of success given that '--' if frequently treated as a separator

* Add ability to skip link verification for tighter inner loop

* Push tag separately

* Unnecessary condition and conjunction

* Base repo owner: Azure

* Specify remote name

* Tighten inner loop

* git remote -v

* workingDirectory

* Go back to two tags and a regular push

* Saving some progress

* Use original push method

* BaseRepoOwner

* Cleanup, put changes in the default branch (vcpkg does not look at refs outside of the default branch)

* Use default branch

* Revert changes used to tighten up devops inner loop

* Revert an unrelated change

* Revert unrelated changes

* Revert unrelated changes

* Add spelling
2022-04-01 06:30:03 -07:00

224 lines
3.8 KiB
JSON

{
"version": "0.1",
"language": "en",
"languageId": "cpp",
"dictionaries": [
"powershell",
"cpp"
],
"ignorePaths": [
"vcpkg/**/*",
"*.exe",
"*.a",
"*.lib",
".github/CODEOWNERS",
".gitignore",
".vscode/cspell.json",
"eng/common/**/*",
"json.hpp",
"Dockerfile",
"*nlohmann-json*",
"eng/docs/api/assets/**/*",
"**/test/ut/recordings/*.json"
],
// * 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",
"azuresdk",
"azuresdkforcpp",
"centralus",
"centraluseuap",
"cmake",
"CMOCKA",
"Cobertura",
"ctest",
"cuse",
"CUSEUAP",
"DCMAKE",
"deserializers",
"Deserializes",
"DFETCH",
"docfx",
"DPAPI",
"DRUN",
"DWARNINGS",
"easia",
"eastus",
"echsmkey",
"Edlund",
"EKUs",
"euap",
"Favicon",
"gcovr",
"githubio",
"gmock",
"gtest",
"Gzrs",
"HKEY",
"HRESULT",
"IMDS",
"Intel",
"itfactor",
"iusg",
"Kirilov",
"lcov",
"LIBCMTD",
"Lohmann",
"LPBYTE",
"LPSTR",
"MHSM",
"moxygen",
"MSRC",
"ncus",
"Niels",
"nlohmann",
"noclean",
"NOCLOSE",
"NOCRLF",
"NOLINT",
"NOMINMAX",
"northcentralus",
"NTSTATUS",
"okhttp",
"PBYTE",
"pdbs",
"PUCHAR",
"pwsh",
"Ragrs",
"Ragzrs",
"Reconnector",
"rehydrated",
"Reitz",
"retriable",
"rwxrw",
"sasia",
"scus",
"SDDL",
"serializers",
"Seriot",
"southcentralus",
"SPDX",
"stoi",
"stoll",
"stoull",
"STREQ",
"uksouth",
"undeleted",
"unscoped",
"unskipped",
"UPNs",
"usgov",
"usgoviowa",
"usgovvirginia",
"vcpkg",
"Viet",
"Viktor",
"vusg",
"Wdocumentation",
"Werror",
"westus",
"Wextra",
"Wgnu",
"Wunused",
"Xclang",
"XSMB"
],
"overrides": [
{
"filename": "**/eng/pipelines/templates/**/*.yml",
"words": [
"lcov",
"iname",
"mspremier"
]
},
{
"filename": "**/eng/**",
"words": [
"TEAMPROJECTID",
"issecret",
"PSScriptRoot",
"BUILDID",
"cppvcpkgcache"
]
},
{
"filename": "**/sdk/attestation/**",
"words": [
"tpm"
]
},
{
"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",
"Gyimesi",
"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"
]
},
{
"filename": "**/sdk/storage/azure-storage-queues/src/rest_client.cpp",
"words": [
"numofmessages"
]
},
{
"filename": "**/cmake-modules/**/*",
"words": [
"fprofile",
"ftest",
"mathjax",
"mdfile",
"Xlinker"
]
}
],
"allowCompoundWords": true
}