add rule to skip xUnit1031 (#16804)

This commit is contained in:
William Cheng 2023-10-12 15:56:27 +08:00 committed by GitHub
parent 2cfce7cd2d
commit 34265e52b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
[*.cs]
dotnet_diagnostic.xUnit1031.severity = none