Skip to content

Commit

Permalink
Ignore primary ctor parameter in tests, usually used for testoutput h…
Browse files Browse the repository at this point in the history
…elper
  • Loading branch information
kzu authored Apr 19, 2023
1 parent 1514d15 commit c779d3d
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 @@ -99,6 +99,9 @@ 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

# CS9113: Parameter is unread (usually, ITestOutputHelper)
dotnet_diagnostic.CS9113.severity = none

# Default severity for analyzer diagnostics with category 'Style'
dotnet_analyzer_diagnostic.category-Style.severity = none

Expand Down

0 comments on commit c779d3d

Please sign in to comment.