File tree Expand file tree Collapse file tree
StyleCop.Analyzers.Test/LayoutRules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -410,7 +410,8 @@ protected override CodeFixProvider GetCSharpCodeFixProvider()
410410 /// <param name="statementText">The source code for the first part of a compound statement whose child can be
411411 /// either a statement block or a single statement.</param>
412412 /// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
413- [ Theory , MemberData ( nameof ( TestStatements ) ) ]
413+ [ Theory ]
414+ [ MemberData ( nameof ( TestStatements ) ) ]
414415 private async Task TestCodeFixForStatementAsync ( string statementText )
415416 {
416417 await this . VerifyCSharpFixAsync ( this . GenerateTestStatement ( statementText ) , this . GenerateFixedTestStatement ( statementText ) ) . ConfigureAwait ( false ) ;
Original file line number Diff line number Diff line change 8686 <Rule Id =" SA1119" Action =" Error" />
8787 <Rule Id =" SA1121" Action =" Error" />
8888 <Rule Id =" SA1122" Action =" Error" />
89+ <Rule Id =" SA1133" Action =" Error" />
8990 <Rule Id =" SA1300" Action =" Error" />
9091 <Rule Id =" SA1302" Action =" Error" />
9192 <Rule Id =" SA1303" Action =" Error" />
You can’t perform that action at this time.
0 commit comments