mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 23:00:52 +08:00
Disable naming inspections in country/language enums
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
using System.ComponentModel;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
// ReSharper disable InconsistentNaming
|
||||
|
||||
namespace osu.Game.Localisation
|
||||
{
|
||||
[UsedImplicitly(ImplicitUseTargetFlags.WithMembers)]
|
||||
|
||||
@@ -6,6 +6,8 @@ using JetBrains.Annotations;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
|
||||
// ReSharper disable InconsistentNaming
|
||||
|
||||
namespace osu.Game.Users
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user