Skip to content

Commit 4a5cda7

Browse files
authored
Merge pull request #3156 from MicrosoftDocs/gewarren-patch-1
Remove extra parenthesis
2 parents 5a589d3 + 245ab7b commit 4a5cda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-quality/how-to-configure-code-analysis-for-a-managed-code-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.workload:
1616
---
1717
# How to: Configure Code Analysis for a Managed Code Project
1818

19-
In Visual Studio, you can choose from a list of code analysis [rule sets](../code-quality/rule-set-reference.md)) to apply to a managed code project. By default, the **Microsoft Minimum Recommended Rules** rule set is selected, but you can apply a different rule set if desired. Rule sets can be applied to one or multiple projects in a solution.
19+
In Visual Studio, you can choose from a list of code analysis [rule sets](../code-quality/rule-set-reference.md) to apply to a managed code project. By default, the **Microsoft Minimum Recommended Rules** rule set is selected, but you can apply a different rule set if desired. Rule sets can be applied to one or multiple projects in a solution.
2020

2121
> [!TIP]
2222
> For information about how to configure a rule set for ASP.NET web applications, see [How to: Configure Code Analysis for an ASP.NET web Application](../code-quality/how-to-configure-code-analysis-for-an-aspnet-web-application.md).
@@ -69,4 +69,4 @@ By default, all the managed projects of a solution are assigned the *Microsoft M
6969
## See also
7070

7171
- [Code analysis rule set reference](../code-quality/rule-set-reference.md)
72-
- [How to: Configure Code Analysis for an ASP.NET web Application](../code-quality/how-to-configure-code-analysis-for-an-aspnet-web-application.md)
72+
- [How to: Configure Code Analysis for an ASP.NET web Application](../code-quality/how-to-configure-code-analysis-for-an-aspnet-web-application.md)

0 commit comments

Comments
 (0)