mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:17:21 +01:00
implement triangle check
This commit is contained in:
parent
6567c4deba
commit
81bb5885e9
13 changed files with 161 additions and 110 deletions
|
|
@ -102,10 +102,13 @@ dotnet_diagnostic.MA0075.severity = silent
|
|||
dotnet_diagnostic.S3358.severity = suggestion
|
||||
|
||||
# S6678: Use PascalCase for named placeholders
|
||||
dotnet_diagnostic.S6678.severity = suggestion
|
||||
dotnet_diagnostic.S6678.severity = none
|
||||
|
||||
# S6605: Collection-specific "Exists" method should be used instead of the "Any" extension
|
||||
dotnet_diagnostic.S6605.severity = suggestion
|
||||
dotnet_diagnostic.S6605.severity = none
|
||||
|
||||
# S6667: Logging in a catch clause should pass the caught exception as a parameter.
|
||||
dotnet_diagnostic.S6667.severity = suggestion
|
||||
|
||||
# IDE0290: Use primary constructor
|
||||
csharp_style_prefer_primary_constructors = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue