osu/osu.Game.Tests/CodeAnalysis.tests.globalconfig
2024-11-28 19:34:56 +08:00

8 lines
290 B
Plaintext

# 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