mirror of
https://github.com/ppy/osu
synced 2025-01-07 06:40:05 +00:00
8 lines
290 B
Plaintext
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
|