Skip to content

Commit

Permalink
Ignore xUnit1004 warnings in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Duft committed Apr 29, 2024
1 parent d522be0 commit 8e89b8a
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 @@ -76,6 +76,9 @@ dotnet_diagnostic.IDE0005.severity = none
# IDE0290: Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
dotnet_diagnostic.IDE0290.severity = none

# xUnit1004
dotnet_diagnostic.xUnit1004.severity = none

##########################################
# Language Rules
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/language-rules
Expand Down

0 comments on commit 8e89b8a

Please sign in to comment.