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 66dc604 commit 144a6e1Copy full SHA for 144a6e1
Rubberduck.Inspections/Concrete/EmptyIfBlockInspection.cs
@@ -18,7 +18,7 @@ internal class EmptyIfBlockInspection : ParseTreeInspectionBase
18
public EmptyIfBlockInspection(RubberduckParserState state)
19
: base(state, CodeInspectionSeverity.DoNotShow) { }
20
21
- public override CodeInspectionType InspectionType => CodeInspectionType.CodeQualityIssues;
+ public override CodeInspectionType InspectionType => CodeInspectionType.MaintainabilityAndReadabilityIssues;
22
23
protected override IEnumerable<IInspectionResult> DoGetInspectionResults()
24
{
0 commit comments