Skip to content

Commit ccaa34c

Browse files
committed
Disable inconsistent naming warnings
1 parent 00c61ba commit ccaa34c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

LibGit2Sharp/Core/NativeMethods.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using System.Runtime.InteropServices;
77
using LibGit2Sharp.Core.Handles;
88

9+
// ReSharper disable InconsistentNaming
910
namespace LibGit2Sharp.Core
1011
{
1112
internal static class NativeMethods
@@ -790,3 +791,4 @@ internal static extern int git_treebuilder_insert(
790791
internal static extern void git_treebuilder_free(IntPtr bld);
791792
}
792793
}
794+
// ReSharper restore InconsistentNaming

LibGit2Sharp/Core/Proxy.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.Threading;
88
using LibGit2Sharp.Core.Handles;
99

10+
// ReSharper disable InconsistentNaming
1011
namespace LibGit2Sharp.Core
1112
{
1213
internal class Proxy
@@ -1649,3 +1650,4 @@ public void Dispose()
16491650
}
16501651
}
16511652
}
1653+
// ReSharper restore InconsistentNaming

0 commit comments

Comments
 (0)