Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 lines
292 B
INI

[*.cs]
dotnet_diagnostic.IDE0005.severity = silent
dotnet_diagnostic.IDE0090.severity = silent
# MA0009: Regular expressions should not be vulnerable to Denial of Service attacks
dotnet_diagnostic.MA0009.severity = none
# MA0051: Method is too long
dotnet_diagnostic.MA0051.severity = none