Skip to content

Commit 4fba7cd

Browse files
authored
Merge pull request #3496 from eliseev-ev/remove-same-keys-at-member-names
Remove same values at SA1201ElementsMustAppearInTheCorrectOrder.MemberNames
2 parents e0ee7b2 + ba5af56 commit 4fba7cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

StyleCop.Analyzers/StyleCop.Analyzers/OrderingRules/SA1201ElementsMustAppearInTheCorrectOrder.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,8 @@ internal class SA1201ElementsMustAppearInTheCorrectOrder : DiagnosticAnalyzer
163163
[SyntaxKind.FieldDeclaration] = "field",
164164
[SyntaxKind.ConstructorDeclaration] = "constructor",
165165
[SyntaxKind.DestructorDeclaration] = "destructor",
166-
[SyntaxKind.DelegateDeclaration] = "delegate",
167166
[SyntaxKind.EventDeclaration] = "event",
168167
[SyntaxKind.EventFieldDeclaration] = "event",
169-
[SyntaxKind.EnumDeclaration] = "enum",
170-
[SyntaxKind.InterfaceDeclaration] = "interface",
171168
[SyntaxKind.PropertyDeclaration] = "property",
172169
[SyntaxKind.IndexerDeclaration] = "indexer",
173170
[SyntaxKind.MethodDeclaration] = "method",

0 commit comments

Comments
 (0)