Disable inconsistent naming in some fields of `ScoreRank`

This commit is contained in:
Salman Ahmed 2024-05-01 17:20:57 +03:00
parent 2fd8950b21
commit 97fc2a5473
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ public enum ScoreRank
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankSH))]
[Description(@"S+")]
// ReSharper disable once InconsistentNaming
SH,
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankX))]
@ -43,6 +44,7 @@ public enum ScoreRank
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankXH))]
[Description(@"SS+")]
// ReSharper disable once InconsistentNaming
XH,
}
}