mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Disable resharper inspections on case-by-case basis
This commit is contained in:
@ -18,6 +18,7 @@ namespace osu.Game.Online.API.Requests
|
||||
this.offset = offset;
|
||||
}
|
||||
|
||||
// ReSharper disable once ImpureMethodCallOnReadonlyValueField
|
||||
protected override string Target => $@"users/{userId}/scores/{type.ToString().ToLower()}?offset={offset}";
|
||||
}
|
||||
|
||||
@ -27,4 +28,4 @@ namespace osu.Game.Online.API.Requests
|
||||
Firsts,
|
||||
Recent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user