We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffd582 commit c59566bCopy full SHA for c59566b
Rubberduck.Inspections/Concrete/EmptyCaseBlockInspection.cs
@@ -19,7 +19,7 @@ public EmptyCaseBlockInspection(RubberduckParserState state)
19
public override IInspectionListener Listener { get; } =
20
new EmptyCaseBlockListener();
21
22
- public override CodeInspectionType InspectionType => CodeInspectionType.CodeQualityIssues;
+ public override CodeInspectionType InspectionType => CodeInspectionType.MaintainabilityAndReadabilityIssues;
23
24
protected override IEnumerable<IInspectionResult> DoGetInspectionResults()
25
{
0 commit comments