Skip to content

Commit 43fab4e

Browse files
committed
make internals of Rubberduck visible to RubberduckTest and make CodeMetricsAnalyst internal
1 parent 9d42028 commit 43fab4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RetailCoder.VBE/App.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
1616
using Rubberduck.VersionCheck;
1717
using Application = System.Windows.Forms.Application;
18+
using System.Runtime.CompilerServices;
1819

20+
[assembly: InternalsVisibleTo("RubberduckTests")]
1921
namespace Rubberduck
2022
{
2123
public sealed class App : IDisposable

RetailCoder.VBE/Navigation/CodeMetrics/CodeMetricsAnalyst.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Rubberduck.Navigation.CodeMetrics
1212
{
13-
public class CodeMetricsAnalyst : ICodeMetricsAnalyst
13+
internal class CodeMetricsAnalyst : ICodeMetricsAnalyst
1414
{
1515
private readonly IIndenterSettings indenterSettings;
1616

0 commit comments

Comments
 (0)