Skip to content

Commit

Permalink
Merge 4910b47 into 1cd3a08
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Mar 12, 2022
2 parents 1cd3a08 + 4910b47 commit ffcdf0d
Show file tree
Hide file tree
Showing 3 changed files with 643 additions and 625 deletions.
2 changes: 2 additions & 0 deletions Tests/FluentAssertions.Specs/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ dotnet_diagnostic.CA1036.severity = none
dotnet_diagnostic.CA1040.severity = none
# CA1044: Properties should not be write only
dotnet_diagnostic.CA1044.severity = none
# CA1052: Static holder types should be Static or NotInheritable
dotnet_diagnostic.CA1052.severity = none
# CA1051: Do not declare visible instance fields
dotnet_diagnostic.CA1051.severity = none
# CA1062: Validate arguments of public methods
Expand Down

0 comments on commit ffcdf0d

Please sign in to comment.