8000 Ignore xUnit1013 so records can be used as test classes · devlooped/oss@369cd2b · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 369cd2b

Browse files
authored
Ignore xUnit1013 so records can be used as test classes
1 parent 1537aa9 commit 369cd2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ csharp_new_line_before_catch = true
8787
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
90+
91+
# xUnit1013: Public method should be marked as test. Allows using records as test classes
92+
dotnet_diagnostic.xUnit1013.severity = none

0 commit comments

Comments
 (0)
0