process/src/process.tests/.editorconfig
Louis Seubert 20ffee6d43
Some checks failed
default / dotnet-default-workflow (push) Failing after 2m11s
chore: disable code format rules in test projects
2026-05-10 10:33:19 +02:00

6 lines
187 B
INI

[*.{cs,vb}]
# disable IDE0060: Remove unused parameter
dotnet_diagnostic.IDE0060.severity = none
# disable IDE0005: Unnecessary using directive
dotnet_diagnostic.IDE0005.severity = none