mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-12 13:28:37 +00:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
is_global = true
|
|
|
|
# CA1000: Do not declare static members on generic types
|
|
dotnet_diagnostic.CA1000.severity = none
|
|
|
|
# CA1034: Nested types should not be visible
|
|
dotnet_diagnostic.CA1034.severity = none |