1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Disable naming inspections in country/language enums

This commit is contained in:
Salman Ahmed 2024-05-01 17:20:20 +03:00
parent 981a19f6a5
commit 02be275554
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
using System.ComponentModel;
using JetBrains.Annotations;
// ReSharper disable InconsistentNaming
namespace osu.Game.Localisation
{
[UsedImplicitly(ImplicitUseTargetFlags.WithMembers)]

View File

@ -6,6 +6,8 @@ using JetBrains.Annotations;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
// ReSharper disable InconsistentNaming
namespace osu.Game.Users
{
/// <summary>