You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/cpp-linter-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Starting in Visual Studio 2022, the C++ Linter is enabled by default. To use it,
28
28
29
29
Most of the linter checks have suggestions for fixing the problem. Hover over the error squiggle and choose the light bulb that pops up to see the suggestions. A preview diff of the suggested change is shown, so you can confirm the change makes sense before you apply it.
30
30
31
-
## <aname="configure-the-linter"> Configure the linter
31
+
## Configure the linter
32
32
33
33
You can enable or disable the linter, or configure the severity level for each check, in the C++ Code Style options.
0 commit comments