Skip to content

Commit 3835f0c

Browse files
authored
PR #483: Suppress CA1707 warnings from LzwConstants
1 parent f593921 commit 3835f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ICSharpCode.SharpZipLib/Lzw/LzwConstants.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ namespace ICSharpCode.SharpZipLib.Lzw
33
/// <summary>
44
/// This class contains constants used for LZW
55
/// </summary>
6+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "kept for backwards compatibility")]
67
sealed public class LzwConstants
78
{
89
/// <summary>

0 commit comments

Comments
 (0)