mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Disable resharper inspections on case-by-case basis
This commit is contained in:
@ -326,6 +326,7 @@ namespace osu.Game.Screens.Tournament
|
||||
if (line.ToUpper().StartsWith("GROUP"))
|
||||
continue;
|
||||
|
||||
// ReSharper disable once AccessToModifiedClosure
|
||||
DrawingsTeam teamToAdd = allTeams.FirstOrDefault(t => t.FullName == line);
|
||||
|
||||
if (teamToAdd == null)
|
||||
|
Reference in New Issue
Block a user