Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
RECS0147 ("Redundant 'else' keyword") no more shown in error list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Oct 28, 2015
1 parent 1250492 commit 26af44a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ public class RedundantIfElseBlockAnalyzer : DiagnosticAnalyzer
GettextCatalog.GetString("Redundant 'else' keyword"),
GettextCatalog.GetString("Redundant 'else' keyword"),
DiagnosticAnalyzerCategories.RedundanciesInCode,
DiagnosticSeverity.Info,
DiagnosticSeverity.Hidden,
isEnabledByDefault: true,
helpLinkUri: HelpLink.CreateFor(CSharpDiagnosticIDs.RedundantIfElseBlockAnalyzerID),
customTags: DiagnosticCustomTags.Unnecessary
Expand Down

0 comments on commit 26af44a

Please sign in to comment.