Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR00st3r committed Apr 18, 2024
2 parents c9fa8d1 + a9d635e commit 1791bef
Show file tree
Hide file tree
Showing 40 changed files with 387 additions and 3,533 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ dotnet_style_prefer_simplified_interpolation = true:suggestion
dotnet_style_allow_statement_immediately_after_block_experimental = true:silent
dotnet_style_allow_multiple_blank_lines_experimental = true:silent
dotnet_code_quality_unused_parameters = all:suggestion
dotnet_style_prefer_collection_expression = true:suggestion
###############################
# C# Coding Conventions #
###############################
Expand Down Expand Up @@ -178,6 +179,16 @@ csharp_style_prefer_pattern_matching = true:silent
csharp_style_prefer_not_pattern = true:suggestion
csharp_style_prefer_extended_property_pattern = true:suggestion
csharp_style_prefer_top_level_statements = true:silent
csharp_style_prefer_primary_constructors = false:suggestion
dotnet_diagnostic.SA1101.severity = none
dotnet_diagnostic.SA1633.severity = none
dotnet_diagnostic.SA1128.severity = none
dotnet_diagnostic.SA1309.severity = none
dotnet_diagnostic.SA1306.severity = none
dotnet_diagnostic.SA1600.severity = none
dotnet_diagnostic.SA1124.severity = none
dotnet_diagnostic.SA1602.severity = none
dotnet_diagnostic.SA1202.severity = none

[**/Migrations/**/*.cs]
dotnet_analyzer_diagnostic.severity = none
Expand Down
31 changes: 0 additions & 31 deletions .sonarlint/NetEvent.slconfig

This file was deleted.

53 changes: 0 additions & 53 deletions .sonarlint/lan2play_custom.ruleset

This file was deleted.

106 changes: 0 additions & 106 deletions .sonarlint/lan2play_netevent/CSharp/SonarLint.xml

This file was deleted.

Loading

0 comments on commit 1791bef

Please sign in to comment.