Skip to content

Commit

Permalink
Disable IDE1006 on vstest namespace (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jul 19, 2022
1 parent 2ddf593 commit 6a7cb50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
using Microsoft.VisualStudio.TestPlatform.Utilities;

#pragma warning disable IDE1006 // Naming Styles
namespace vstest.ProgrammerTests.Fakes;
#pragma warning restore IDE1006 // Naming Styles

internal class FakeCommunicationEndpoint : ICommunicationEndPoint
{
Expand Down

0 comments on commit 6a7cb50

Please sign in to comment.