azure-sdk-for-cpp/cmake-modules
Ahson Khan fd9c3e5ebb
Fix true spelling errors across all source and header files within the SDK and add exceptions for false positives. (#2209)
Part of https://github.com/Azure/azure-sdk-for-cpp/issues/1277, checking what types of warnings the CI emits.

Verified all SDK product `.cpp`, `.hpp`, `.txt`, and `.md` files, primarily focused on azure-core. They are all clean now. There are some exceptions that needs to be added for keyvault and storage, but they are false positives, so not a concern.

> `cspell lint --config .vscode/cspell.json *.hpp */**/*.hpp`

CSpell: Files checked: 188, Issues found: 0 in 0 files

> `cspell lint --config .vscode/cspell.json *.cpp */**/*.cpp`

CSpell: Files checked: 186, Issues found: 88 in 15 files (keyvault and storage false positives, or tests)

> `cspell lint --config .vscode/cspell.json *.md */**/*.md`

CSpell: Files checked: 45, Issues found: 5 in 2 files (eng/common)

> `cspell lint --config .vscode/cspell.json *.txt */**/*.txt`

CSpell: Files checked: 44, Issues found: 0 in 0 files

> `cspell lint --config .vscode/cspell.json *.* */**/*`

CSpell: Files checked: 646, Issues found: 328 in 69 files (most of these are in eng\docs\api\assets\style.css or eng/common)

Deprioritize and ignored the errors from the test files (including test resource json files), and `eng/common` since those need to be centrally fixed.
2021-05-07 21:04:58 +00:00
..
AddGoogleTest.cmake Add VcPkg support (#1013) 2020-12-11 11:53:37 -08:00
AzureCodeCoverage.cmake Make cmake modules consistent names (#1498) 2021-01-27 18:55:46 -08:00
AzureDoxygen.cmake Update for doxygen inline docs (#2164) 2021-04-28 18:07:45 +00:00
AzureGlobalCompileOptions.cmake Disable compiler extensions, fix Clang options to have effect, fix warnings (#1615) 2021-02-18 19:15:11 -08:00
AzureTransportAdapters.cmake Make cmake modules consistent names (#1498) 2021-01-27 18:55:46 -08:00
AzureVcpkg.cmake Fix true spelling errors across all source and header files within the SDK and add exceptions for false positives. (#2209) 2021-05-07 21:04:58 +00:00
AzureVersion.cmake PackageVersion made constexpr and moved to src/package_version.hpp (#2166) 2021-04-28 17:34:24 -07:00
DownloadJsonTestData.cmake Rename and structure unit test and perf tests (#1706) 2021-02-23 05:55:12 +00:00