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 82e6a08 commit 66dc604Copy full SHA for 66dc604
Rubberduck.Inspections/Concrete/EmptyForLoopBlockInspection.cs
@@ -16,7 +16,7 @@ internal class EmptyForLoopBlockInspection : ParseTreeInspectionBase
16
public EmptyForLoopBlockInspection(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