Skip to content

Commit 01ec199

Browse files
authored
Update clang-tidy.md
1 parent a52b023 commit 01ec199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/clang-tidy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Clang-Tidy recognizes the following keys:
3737

3838
- `enableMicrosoftCodeAnalysis`: Enables Microsoft Code Analysis
3939
- `enableClangTidyCodeAnalysis`: Enables Clang-Tidy analysis
40-
- `clangTidyChecks`: Clang-Tidy configuration. A comma-separated list of checks to enable or disable. A leading `-` disables the check. For example, "cert-oop58-cpp, -cppcoreguidelines-no-malloc, google-runtime-int" enables `cert-oop58-cpp` and `google-runtime-int`, but disables the `cppcoreguidelines-no-malloc`.
40+
- `clangTidyChecks`: Clang-Tidy configuration. A comma-separated list of checks to enable or disable. A leading `-` disables the check. For example, "cert-oop58-cpp, -cppcoreguidelines-no-malloc, google-runtime-int" enables `cert-oop58-cpp` and `google-runtime-int`, but disables `cppcoreguidelines-no-malloc`.
4141

4242
If neither of the "enable" options are specified, Visual Studio will select the analysis tool matching the Platform Toolset used.
4343

0 commit comments

Comments
 (0)