Skip to content

Commit

Permalink
Disable ReSharper inspections for Core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Jan 15, 2024
1 parent ca79845 commit 17e63fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Objectivity.AutoFixture.XUnit2.Core.Tests/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ dotnet_diagnostic.S6608.severity = none
## ReSharper

# Possible 'System.NullReferenceException'
resharper_possible_null_reference_exception_highlighting = none
resharper_possible_null_reference_exception_highlighting = none
# Expression is always null
resharper_expression_is_always_null_highlighting = none
# Use collection expression syntax
resharper_use_collection_expression_highlighting = none
# Type member is never used (non-private accessibility)
resharper_unused_member_global_highlighting = none
# Member can be made private (non-private accessibility)
resharper_member_can_be_private_global_highlighting = none

0 comments on commit 17e63fa

Please sign in to comment.