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.
2 parents c78459a + 0433ab4 commit ece997bCopy full SHA for ece997b
Rubberduck.CodeAnalysis/Inspections/CodeInspectionType.cs
@@ -4,8 +4,9 @@ public enum CodeInspectionType
4
{
5
RubberduckOpportunities,
6
LanguageOpportunities,
7
- MaintainabilityAndReadabilityIssues,
+ NamingAndConventionsIssues,
8
CodeQualityIssues,
9
Performance,
10
+ Uncategorized,
11
}
12
0 commit comments