1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 14:43:22 +08:00
osu-lazer/osu.Game.Tests/CodeAnalysis.tests.globalconfig

8 lines
290 B
Plaintext
Raw Permalink Normal View History

2024-11-28 19:14:18 +08:00
# Higher global_level has higher priority, the default global_level
# is 100 for root .globalconfig and 0 for others
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/configuration-files#precedence
is_global = true
global_level = 101
dotnet_diagnostic.CA2007.severity = none