Skip to content

Commit f311800

Browse files
committed
style: Reformat SuppressMessage attribute for readability
1 parent ec638ca commit f311800

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/NetEvolve.CodeBuilder.Tests.Integration/CSharpCodeBuilderTests.ConditionalGeneration.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ public async Task GenerateMethodWithConditionalContent_Should_ProduceCorrectOutp
5151
}
5252

5353
[Test]
54-
[SuppressMessage("Design", "MA0051:Method is too long", Justification = "This test method is intentionally long to cover multiple scenarios in a single test.")]
54+
[SuppressMessage(
55+
"Design",
56+
"MA0051:Method is too long",
57+
Justification = "This test method is intentionally long to cover multiple scenarios in a single test."
58+
)]
5559
public async Task GenerateReflectionBasedCode_Should_ProduceCorrectOutput()
5660
{
5761
var builder = new CSharpCodeBuilder();

0 commit comments

Comments
 (0)