mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 06:41:54 +01:00
9 lines
231 B
INI
9 lines
231 B
INI
[*.cs]
|
|
|
|
# MA0003: Add argument name to improve readability
|
|
dotnet_diagnostic.MA0003.severity = none
|
|
csharp_style_prefer_switch_expression=false:suggestion
|
|
|
|
# MA0051: Method is too long
|
|
dotnet_diagnostic.MA0051.severity = silent
|