mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:37:23 +01:00
fix some shit, add triangle count
This commit is contained in:
parent
f62e8675e7
commit
1d99102c73
22 changed files with 196 additions and 46 deletions
|
|
@ -100,3 +100,12 @@ dotnet_diagnostic.MA0075.severity = silent
|
|||
|
||||
# S3358: Ternary operators should not be nested
|
||||
dotnet_diagnostic.S3358.severity = suggestion
|
||||
|
||||
# S6678: Use PascalCase for named placeholders
|
||||
dotnet_diagnostic.S6678.severity = suggestion
|
||||
|
||||
# S6605: Collection-specific "Exists" method should be used instead of the "Any" extension
|
||||
dotnet_diagnostic.S6605.severity = suggestion
|
||||
|
||||
# S6667: Logging in a catch clause should pass the caught exception as a parameter.
|
||||
dotnet_diagnostic.S6667.severity = suggestion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue