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 144a6e1 commit 8e35459Copy full SHA for 8e35459
Rubberduck.Inspections/Concrete/EmptyWhileWendBlockInspection.cs
@@ -16,7 +16,7 @@ internal class EmptyWhileWendBlockInspection : ParseTreeInspectionBase
16
public EmptyWhileWendBlockInspection(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
{
0 commit comments