Skip to content

Commit 7f7e69b

Browse files
committed
Document the reason for excluding certain expressions from analysis
1 parent 575636a commit 7f7e69b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/SpacingRules/SA1003SymbolsMustBeSpacedCorrectly.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ private static void HandlePrefixUnaryExpression(SyntaxNodeAnalysisContext contex
270270
case SyntaxKind.MinusToken:
271271
case SyntaxKind.PlusPlusToken:
272272
case SyntaxKind.MinusMinusToken:
273+
// These expressions are handled by SA1020, SA1021, SA1022
273274
analyze = false;
274275
break;
275276

0 commit comments

Comments
 (0)