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 ebd2972 commit c0ff880Copy full SHA for c0ff880
RetailCoder.VBE/Inspections/Concrete/Inspector.cs
@@ -43,7 +43,7 @@ private void UpdateInspectionSeverity(Configuration config)
43
{
44
foreach (var setting in config.UserSettings.CodeInspectionSettings.CodeInspections)
45
46
- if (inspection.Description == setting.Description)
+ if (inspection.Name == setting.Name)
47
48
inspection.Severity = setting.Severity;
49
}
0 commit comments