Skip to content

Commit 16d336f

Browse files
committed
Added SA1135 to ReadabilityRules.md
1 parent bcc3026 commit 16d336f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

documentation/ReadabilityRules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Identifier | Name | Description
3737
[SA1132](SA1132.md) | DoNotCombineFields | Two or more fields were declared in the same field declaration syntax.
3838
[SA1133](SA1133.md) | DoNotCombineAttributes | Two or more attributes appeared within the same set of square brackets.
3939
[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.
4041
[SA1136](SA1136.md) | EnumValuesShouldBeOnSeparateLines | Multiple enum values are placed on the same line of code.
4142
[SA1137](SA1137.md) | ElementsShouldHaveTheSameIndentation | Two sibling elements which each start on their own line have different levels of indentation.
4243
[SA1139](SA1139.md) | UseLiteralsSuffixNotationInsteadOfCasting | Use literal suffix notation instead of casting.

0 commit comments

Comments
 (0)