Skip to content

Commit d047447

Browse files
committed
Update after review
1 parent 8b8c97a commit d047447

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

DOCUMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Describes the configuration options for StyleCop.Analyzers
4040

4141
**[How to enable the configuration](documentation/EnableConfiguration.md)**
4242

43-
Describes how to enable the `stylecop.json` file for usage.
43+
Describes how to enable the **stylecop.json** file for usage.
4444

4545
**[Known changes](documentation/KnownChanges.md)**
4646

47-
Describes the known differences between StyleCop.Analyzers and StyleCop.Classic
47+
Describes the known differences between StyleCop Analyzers and StyleCop Classic.

documentation/MaintainabilityRules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Rules which improve code maintainability.
33

44
Identifier | Name | Description
55
-----------|------|------------
6+
[SA1119](SA1119.md) | StatementMustNotUseUnnecessaryParenthesis | A C# statement contains parenthesis which are unnecessary and should be removed.
67
[SA1400](SA1400.md) | AccessModifierMustBeDeclared | The access modifier for a C# element has not been explicitly defined.
78
[SA1401](SA1401.md) | FieldsMustBePrivate | A field within a C# class has an access modifier other than private.
89
[SA1402](SA1402.md) | FileMayOnlyContainASingleClass | A C# code file contains more than one unique class.

documentation/ReadabilityRules.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Identifier | Name | Description
2222
[SA1116](SA1116.md) | SplitParametersMustStartOnLineAfterDeclaration | The parameters to a C# method or indexer call or declaration span across multiple lines, but the first parameter does not start on the line after the opening bracket.
2323
[SA1117](SA1117.md) | ParametersMustBeOnSameLineOrSeparateLines | The parameters to a C# method or indexer call or declaration are not all on the same line or each on a separate line.
2424
[SA1118](SA1118.md) | ParameterMustNotSpanMultipleLines | A parameter to a C# method or indexer, other than the first parameter, spans across multiple lines.
25-
[SA1119](SA1119.md) | StatementMustNotUseUnnecessaryParenthesis | A C# statement contains parenthesis which are unnecessary and should be removed.
2625
[SA1120](SA1120.md) | CommentsMustContainText | The C# comment does not contain any comment text.
2726
[SA1121](SA1121.md) | UseBuiltInTypeAlias | The code uses one of the basic C# types, but does not use the built-in alias for the type.
2827
[SA1122](SA1122.md) | UseStringEmptyForEmptyStrings | The C# code includes an empty string, written as `""`.

documentation/SA0002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## Cause
2121

22-
The <em>stylecop.json</em> settings file could not be loaded due to a deserialization error.
22+
The **stylecop.json** settings file could not be loaded due to a deserialization error.
2323

2424
## Rule description
2525

documentation/SpecialRules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Identifier | Name | Description
55
-----------|------|-------------
66
[SA0000](SA0000Roslyn7446Workaround.md) | Roslyn7446Workaround | Workaround incomplete diagnostics in Visual Studio 2015 Update 1.
77
[SA0001](SA0001.md) | XmlCommentAnalysisDisabled | All diagnostics of XML documentation comments has been disabled due to the current project configuration.
8-
[SA0002](SA0002.md) | InvalidSettingsFile | The <em>stylecop.json</em> settings file could not be loaded due to a deserialization error.
8+
[SA0002](SA0002.md) | InvalidSettingsFile | The **stylecop.json** settings file could not be loaded due to a deserialization error.

0 commit comments

Comments
 (0)