Skip to content

Commit 67983c5

Browse files
committed
CR: Added remark for the new lines in SA1133CodeFixProvider
1 parent 74bef92 commit 67983c5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/ReadabilityRules/SA1133CodeFixProvider.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ namespace StyleCop.Analyzers.ReadabilityRules
1818
/// <summary>
1919
/// Implements a code fix for <see cref="SA1133DoNotCombineAttributes"/>.
2020
/// </summary>
21+
/// <remarks>
22+
/// The SA1133 code fix adds the new lines to make sure that it doesn't immediately introduces a SA1134 after code fixing,
23+
/// but it will not / should not attempt to fix any preexisting SA1134 cases.
24+
/// </remarks>
2125
[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(SA1133CodeFixProvider))]
2226
[Shared]
2327
internal class SA1133CodeFixProvider : CodeFixProvider

0 commit comments

Comments
 (0)