Skip to content

Commit a44bda4

Browse files
committed
Downgrade to info
1 parent 676bce8 commit a44bda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/src/Datadog.Trace.Tools.Analyzers/SealedAnalyzer/Diagnostics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Diagnostics
2323
title: "Seal types",
2424
messageFormat: "Types should be sealed where possible. Types used for duck-typing cannot be sealed. Sealing types can improve performance.",
2525
"Performance",
26-
defaultSeverity: DiagnosticSeverity.Warning,
26+
defaultSeverity: DiagnosticSeverity.Info, // Unfortunately, this means it will never appear by default, and must be opted in-to
2727
isEnabledByDefault: true,
2828
description: "Seal types to improve performance.",
2929
customTags: "CompilationEnd");

0 commit comments

Comments
 (0)