Skip to content

Commit ece997b

Browse files
authored
Merge 0433ab4 into c78459a
2 parents c78459a + 0433ab4 commit ece997b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rubberduck.CodeAnalysis/Inspections/CodeInspectionType.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ public enum CodeInspectionType
44
{
55
RubberduckOpportunities,
66
LanguageOpportunities,
7-
MaintainabilityAndReadabilityIssues,
7+
NamingAndConventionsIssues,
88
CodeQualityIssues,
99
Performance,
10+
Uncategorized,
1011
}
1112
}

0 commit comments

Comments
 (0)