Skip to content

Commit 6d554ae

Browse files
committed
Add quick fix
1 parent f19e04e commit 6d554ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.CodeAnalysis/QuickFixes/RenameDeclarationQuickFix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public sealed class RenameDeclarationQuickFix : QuickFixBase
1818
private readonly IMessageBox _messageBox;
1919

2020
public RenameDeclarationQuickFix(IVBE vbe, RubberduckParserState state, IMessageBox messageBox)
21-
: base(typeof(HungarianNotationInspection), typeof(UseMeaningfulNameInspection), typeof(DefaultProjectNameInspection))
21+
: base(typeof(HungarianNotationInspection), typeof(UseMeaningfulNameInspection), typeof(DefaultProjectNameInspection), typeof(UnderscoreInPublicClassModuleMemberInspection))
2222
{
2323
_vbe = vbe;
2424
_state = state;

0 commit comments

Comments
 (0)