8000 Ignore test analyzer rules recursively. · devlooped/oss@fd5b554 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit fd5b554

Browse files
authored
Ignore test analyzer rules recursively.
1 parent ac753b7 commit fd5b554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ csharp_new_line_before_members_in_object_initializers = true
9595
csharp_new_line_before_members_in_anonymous_types = true
9696

9797
# Test settings
98-
[**/*Tests*/*{.cs,.vb}]
98+
[**/*Tests*/**{.cs,.vb}]
9999
# xUnit1013: Public method should be marked as test. Allows using records as test classes
100100
dotnet_diagnostic.xUnit1013.severity = none
101101

0 commit comments

Comments
 (0)
0