Skip to content

Commit

Permalink
Ignore test analyzer rules recursively.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Mar 23, 2023
1 parent ac753b7 commit fd5b554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_members_in_anonymous_types = true

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

Expand Down

0 comments on commit fd5b554

Please sign in to comment.