8000 Add specific skip rules for tests · devlooped/oss@448cf45 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 448cf45

Browse files
authored
Add specific skip rules for tests
1 parent 6d3dd85 commit 448cf45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,10 @@ csharp_new_line_before_finally = true
8888
csharp_new_line_before_members_in_object_initializers = true
8989
csharp_new_line_before_members_in_anonymous_types = true
9090

91+
# Test settings
92+
[**/*Tests*/*{.cs,.vb}]
9193
# xUnit1013: Public method should be marked as test. Allows using records as test classes
9294
dotnet_diagnostic.xUnit1013.severity = none
95+
96+
# VSTHRD200: Use "Async" suffix for async methods
97+
dotnet_diagnostic.VSTHRD200.severity = none

0 commit comments

Comments
 (0)
0