Skip to content

Commit

Permalink
make internals of Rubberduck visible to RubberduckTest and make CodeM…
Browse files Browse the repository at this point in the history
…etricsAnalyst internal
  • Loading branch information
Vogel612 committed Nov 21, 2017
1 parent 2801b01 commit 65bce47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RetailCoder.VBE/App.cs
Expand Up @@ -15,7 +15,9 @@
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
using Rubberduck.VersionCheck;
using Application = System.Windows.Forms.Application;
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("RubberduckTests")]
namespace Rubberduck
{
public sealed class App : IDisposable
Expand Down
Expand Up @@ -10,7 +10,7 @@

namespace Rubberduck.Navigation.CodeMetrics
{
public class CodeMetricsAnalyst : ICodeMetricsAnalyst
internal class CodeMetricsAnalyst : ICodeMetricsAnalyst
{
private readonly IIndenterSettings indenterSettings;

Expand Down

0 comments on commit 65bce47

Please sign in to comment.