Skip to content

Commit

Permalink
Updated editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrostruk committed Jan 28, 2025
1 parent 00eaeb8 commit 9f5a6b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotnet/src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ dotnet_diagnostic.CA2007.severity = error # Do not directly await a Task
dotnet_diagnostic.VSTHRD111.severity = error # Use .ConfigureAwait(bool)
dotnet_diagnostic.IDE1006.severity = error # Naming rule violations

# Testing
dotnet_diagnostic.Moq1400.severity = none # Explicitly choose a mocking behavior instead of relying on the default (Loose) behavior

# Resharper disabled rules: https://www.jetbrains.com/help/resharper/Reference__Code_Inspections_CSHARP.html#CodeSmell
resharper_not_resolved_in_text_highlighting = none # Disable Resharper's "Not resolved in text" highlighting
resharper_check_namespace_highlighting = none # Disable Resharper's "Check namespace" highlighting
Expand Down

0 comments on commit 9f5a6b1

Please sign in to comment.