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: documentation/ReadabilityRules.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Identifier | Name | Description
37
37
[SA1132](SA1132.md) | DoNotCombineFields | Two or more fields were declared in the same field declaration syntax.
38
38
[SA1133](SA1133.md) | DoNotCombineAttributes | Two or more attributes appeared within the same set of square brackets.
39
39
[SA1134](SA1134.md) | AttributesMustNotShareLine | An attribute is placed on the same line of code as another attribute or element.
40
+
[SA1135](SA1135.md) | UsingDirectivesMustBeQualified | A using directive is not qualified.
40
41
[SA1136](SA1136.md) | EnumValuesShouldBeOnSeparateLines | Multiple enum values are placed on the same line of code.
41
42
[SA1137](SA1137.md) | ElementsShouldHaveTheSameIndentation | Two sibling elements which each start on their own line have different levels of indentation.
42
43
[SA1139](SA1139.md) | UseLiteralsSuffixNotationInsteadOfCasting | Use literal suffix notation instead of casting.
0 commit comments