Skip to content

Commit f2c56ac

Browse files
committed
Add ReSharper directive to FileExtension.cs
Disabled the InconsistentNaming warning for the FileExtension constants to prevent ReSharper from flagging naming conventions.
1 parent 3250174 commit f2c56ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

KindleMate2.Shared/Constants/FileExtension.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
namespace KindleMate2.Shared.Constants {
1+
// ReSharper disable InconsistentNaming
2+
namespace KindleMate2.Shared.Constants {
23
public static class FileExtension {
34
public const string PNG = ".png";
45
public const string DAT = ".dat";

0 commit comments

Comments
 (0)