Skip to content

Commit 25d83a2

Browse files
perlunsharwell
andauthored
Update documentation/Configuration.md
Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
1 parent bf0db16 commit 25d83a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ StyleCop Analyzers is configured using two separate mechanisms: code analysis ru
1414

1515
Code analysis rule sets are the standard way to configure most diagnostic analyzers within Visual Studio. Information about creating and customizing these files can be found in the [Using Rule Sets to Group Code Analysis Rules](https://docs.microsoft.com/visualstudio/code-quality/using-rule-sets-to-group-code-analysis-rules) documentation on docs.microsoft.com.
1616

17-
Here is an example `.ruleset` file from the Roslyn SDK: https://github.com/dotnet/roslyn-sdk/blob/3e94c5fe1ee981a885c34e2e39383bc4420f2557/RoslynSDK.ruleset. This file illustrates how the severities for individual rules can easily be configured as needed.
17+
An example rule set file containing the default StyleCop Analyzers configuration is available at <https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/rulesets/StyleCopAnalyzersDefault.ruleset>.
1818

1919
## Getting Started with **stylecop.json**
2020

0 commit comments

Comments
 (0)