Skip to content

Commit 40162bf

Browse files
committed
set severity level accordingly with wiki guidelines
1 parent 3c28b61 commit 40162bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/Inspections/UntypedFunctionUsageInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public sealed class UntypedFunctionUsageInspection : InspectionBase
1212
public UntypedFunctionUsageInspection(RubberduckParserState state)
1313
: base(state)
1414
{
15-
Severity = CodeInspectionSeverity.Hint;
15+
Severity = CodeInspectionSeverity.Warning;
1616
}
1717

1818
public override string Description { get { return RubberduckUI.UntypedFunctionUsage_; } }

0 commit comments

Comments
 (0)