Skip to content

Commit

Permalink
SonarClound creates issues, so so we should get local warnig (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne authored Nov 7, 2024
1 parent 3410918 commit 5c95329
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 @@ -105,6 +105,7 @@ csharp_style_expression_bodied_lambdas = true:silent
csharp_style_expression_bodied_local_functions = false:silent
csharp_indent_labels = one_less_than_current
csharp_style_prefer_primary_constructors = false:suggestion
resharper_convert_to_primary_constructor_highlighting = none
csharp_style_namespace_declarations = file_scoped:error

# Naming rule violation
Expand All @@ -113,6 +114,8 @@ dotnet_diagnostic.IDE1006.severity = error
# Unused usings
dotnet_diagnostic.IDE0005.severity = warning

dotnet_diagnostic.CA1825.severity = warning

# CA1848: Use the LoggerMessage delegates
dotnet_diagnostic.CA1848.severity = none

Expand Down

0 comments on commit 5c95329

Please sign in to comment.