File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -465,8 +465,8 @@ protected internal class Foo
465465 <Title >Format empty block.</Title >
466466 <MessageFormat >Format empty block.</MessageFormat >
467467 <Category >Formatting</Category >
468- <DefaultSeverity >Info </DefaultSeverity >
469- <IsEnabledByDefault >false </IsEnabledByDefault >
468+ <DefaultSeverity >Hidden </DefaultSeverity >
469+ <IsEnabledByDefault >true </IsEnabledByDefault >
470470 <SupportsFadeOut >false</SupportsFadeOut >
471471 <SupportsFadeOutAnalyzer >false</SupportsFadeOutAnalyzer >
472472 <Samples >
Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ public static partial class DiagnosticDescriptors
269269 title : "Format empty block." ,
270270 messageFormat : "Format empty block." ,
271271 category : DiagnosticCategories . Formatting ,
272- defaultSeverity : DiagnosticSeverity . Info ,
273- isEnabledByDefault : false ,
272+ defaultSeverity : DiagnosticSeverity . Hidden ,
273+ isEnabledByDefault : true ,
274274 description : null ,
275275 helpLinkUri : $ "{ HelpLinkUriRoot } { DiagnosticIdentifiers . FormatEmptyBlock } ",
276276 customTags : Array . Empty < string > ( ) ) ;
You can’t perform that action at this time.
0 commit comments