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 c59566b commit 4b174dbCopy full SHA for 4b174db
Rubberduck.Inspections/Concrete/EmptyDoWhileBlockInspection.cs
@@ -16,7 +16,7 @@ internal class EmptyDoWhileBlockInspection : ParseTreeInspectionBase
16
public EmptyDoWhileBlockInspection(RubberduckParserState state)
17
: base(state, CodeInspectionSeverity.Suggestion) { }
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