Skip to content

Commit

Permalink
Disable cimpilerwarning for SA1601 for test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ITaluone committed Apr 25, 2022
1 parent bb23570 commit 5b30774
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/FluentAssertions.Equivalency.Specs/.editorconfig
Expand Up @@ -127,6 +127,8 @@ dotnet_diagnostic.SA1404.severity = none
dotnet_diagnostic.SA1502.severity = none
# SA1600: Elements should be documented
dotnet_diagnostic.SA1600.severity = none
# SA1601: Partial elements should be documented
dotnet_diagnostic.SA1601.severity = none
# SA1602: Enumeration items should be documented
dotnet_diagnostic.SA1602.severity = none
# SA1611: The documentation for parameter is missing
Expand Down
3 changes: 3 additions & 0 deletions Tests/FluentAssertions.Specs/.editorconfig
Expand Up @@ -129,6 +129,8 @@ dotnet_diagnostic.SA1404.severity = none
dotnet_diagnostic.SA1502.severity = none
# SA1600: Elements should be documented
dotnet_diagnostic.SA1600.severity = none
# SA1601: Partial elements should be documented
dotnet_diagnostic.SA1601.severity = none
# SA1602: Enumeration items should be documented
dotnet_diagnostic.SA1602.severity = none
# SA1611: The documentation for parameter is missing
Expand All @@ -139,5 +141,6 @@ dotnet_diagnostic.SA1615.severity = none
# SA1005: Single line comments should begin with single space
dotnet_diagnostic.SA1005.severity = suggestion


# ReSharper/Rider
resharper_expression_is_always_null_highlighting=none

0 comments on commit 5b30774

Please sign in to comment.