Skip to content

Commit b310f1b

Browse files
committed
Remove #pragmas
1 parent f13b30d commit b310f1b

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

Philips.CodeAnalysis.MaintainabilityAnalyzers/Maintainability/AvoidUnnecessaryAttributeParenthesesAnalyzer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// © 2025 Koninklijke Philips N.V. See License.md in the project root for license information.
22

3-
#pragma warning disable IDE0055 // Fix formatting
4-
53
using Microsoft.CodeAnalysis;
64
using Microsoft.CodeAnalysis.CSharp;
75
using Microsoft.CodeAnalysis.CSharp.Syntax;

Philips.CodeAnalysis.MaintainabilityAnalyzers/Maintainability/AvoidUnnecessaryAttributeParenthesesCodeFixProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// © 2025 Koninklijke Philips N.V. See License.md in the project root for license information.
22

3-
#pragma warning disable IDE0055 // Fix formatting
4-
53
using System.Collections.Immutable;
64
using System.Composition;
75
using System.Threading;

Philips.CodeAnalysis.Test/Maintainability/Maintainability/AvoidUnnecessaryAttributeParenthesesAnalyzerTest.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// © 2025 Koninklijke Philips N.V. See License.md in the project root for license information.
2-
3-
#pragma warning disable IDE0055 // Fix formatting
1+
// © 2025 Koninklijke Philips N.V. See License.md in the project root for license information.
42

53
using System.Threading.Tasks;
64
using Microsoft.CodeAnalysis.CodeFixes;
@@ -129,4 +127,4 @@ public void TestMethod1()
129127
await VerifyFix(template, expected).ConfigureAwait(false);
130128
}
131129
}
132-
}
130+
}

0 commit comments

Comments
 (0)