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 4b174db commit 016f402Copy full SHA for 016f402
Rubberduck.Inspections/Concrete/EmptyElseBlockInspection.cs
@@ -16,7 +16,7 @@ internal class EmptyElseBlockInspection : ParseTreeInspectionBase
16
public EmptyElseBlockInspection(RubberduckParserState state)
17
: base(state, CodeInspectionSeverity.DoNotShow) { }
18
19
- public override CodeInspectionType InspectionType => CodeInspectionType.CodeQualityIssues;
+ public override CodeInspectionType InspectionType => CodeInspectionType.MaintainabilityAndReadabilityIssues;
20
21
protected override IEnumerable<IInspectionResult> DoGetInspectionResults()
22
{
@@ -38,4 +38,4 @@ public override void EnterElseBlock([NotNull] VBAParser.ElseBlockContext context
38
}
39
40
41
-}
+}
0 commit comments