Skip to content

Commit 42a167b

Browse files
authored
Merge branch 'live' into main
2 parents 37973c0 + 7ee48de commit 42a167b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/code-quality/clang-tidy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information, see [How to: Set Code Analysis Properties for C/C++ Projec
3131

3232
## CMake
3333

34-
In CMake projects, you can configure Clang-Tidy checks within *`CMakeSettings.json`* or *`CMakePresets.json`*.
34+
In CMake projects, you can configure Clang-Tidy checks within *`CMakeSettings.json`* or *`CMakePresets.json`*.
3535

3636
Clang-Tidy recognizes the following keys:
3737

@@ -82,7 +82,6 @@ An example CMake preset implementation looks like this:
8282
}
8383
]
8484
```
85-
8685
## Warning display
8786

8887
Clang-Tidy runs result in warnings displayed in the Error List, and as in-editor squiggles underneath relevant sections of code. To sort and organize Clang-Tidy warnings, use the **Category** column in the **Error List** window. You can configure in-editor warnings by toggling the **Disable Code Analysis Squiggles** setting under **Tools** > **Options**.

0 commit comments

Comments
 (0)