Skip to content

Commit

Permalink
Ignore xUnit1013 so records can be used as test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jul 12, 2022
1 parent 1537aa9 commit 369cd2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ csharp_new_line_before_catch = true
csharp_new_line_before_finally = true
csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_members_in_anonymous_types = true

# xUnit1013: Public method should be marked as test. Allows using records as test classes
dotnet_diagnostic.xUnit1013.severity = none

0 comments on commit 369cd2b

Please sign in to comment.