mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 23:57:25 +08:00
Merge pull request #9925 from swoolcock/disable-ca2225
Disable CA2225 warning regarding operator overloads
This commit is contained in:
commit
8b8fff2766
@ -192,3 +192,6 @@ dotnet_diagnostic.IDE0052.severity = silent
|
||||
dotnet_diagnostic.IDE0067.severity = none
|
||||
dotnet_diagnostic.IDE0068.severity = none
|
||||
dotnet_diagnostic.IDE0069.severity = none
|
||||
|
||||
#Disable operator overloads requiring alternate named methods
|
||||
dotnet_diagnostic.CA2225.severity = none
|
Loading…
x
Reference in New Issue
Block a user