Skip to content

Commit b812c06

Browse files
committed
Remove SA1000 handling of 'typevar' attribute location specifier
1 parent 526c5bf commit b812c06

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers/SpacingRules/SA1000KeywordsMustBeSpacedCorrectly.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ private static void HandleSyntaxTree(SyntaxTreeAnalysisContext context)
104104
case SyntaxKind.StackAllocKeyword:
105105
case SyntaxKind.SwitchKeyword:
106106
case SyntaxKind.UsingKeyword:
107-
case SyntaxKind.TypeVarKeyword:
108107
case SyntaxKind.WhereKeyword:
109108
case SyntaxKind.WhileKeyword:
110109
case SyntaxKind.YieldKeyword:

0 commit comments

Comments
 (0)