mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Upgrade LocalisationAnalyser and disable warning
This commit is contained in:
@ -53,3 +53,7 @@ dotnet_diagnostic.CA2225.severity = none
|
||||
|
||||
# Banned APIs
|
||||
dotnet_diagnostic.RS0030.severity = error
|
||||
|
||||
# Temporarily disable analysing CanBeNull = true in NRT contexts due to mobile issues.
|
||||
# See: https://github.com/ppy/osu/pull/19677
|
||||
dotnet_diagnostic.OSUF001.severity = none
|
Reference in New Issue
Block a user