1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

Temporarily disable "partial class with one part" inspection

This commit is contained in:
Bartłomiej Dach 2022-11-26 18:05:08 +01:00
parent f6d47f84ad
commit c42720acd4
No known key found for this signature in database

View File

@ -7,6 +7,8 @@ using Newtonsoft.Json;
namespace osu.Game.Online.Rooms
{
// TODO: Remove disable below after merging https://github.com/ppy/osu-framework/pull/5548 and applying follow-up changes game-side.
// ReSharper disable once PartialTypeWithSinglePart
public partial class APICreatedRoom : Room
{
[JsonProperty("error")]