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:
@ -27,6 +27,7 @@ namespace osu.Game.Online.API.Requests
|
||||
this.direction = direction;
|
||||
}
|
||||
|
||||
// ReSharper disable once ImpureMethodCallOnReadonlyValueField
|
||||
protected override string Target => $@"beatmapsets/search?q={query}&m={ruleset.ID ?? 0}&s={(int)rankStatus}&sort={sortCriteria.ToString().ToLower()}_{directionString}";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user