mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 19:26:03 +03:00
More lint fixing
This commit is contained in:
parent
bb8c3a133c
commit
b6721934e4
7 changed files with 36 additions and 108 deletions
|
@ -42,7 +42,7 @@ dotnet_style_require_accessibility_modifiers = for_non_interface_members
|
|||
dotnet_style_coalesce_expression = true
|
||||
dotnet_style_collection_initializer = false
|
||||
dotnet_style_explicit_tuple_names = true
|
||||
dotnet_style_namespace_match_folder = true
|
||||
dotnet_style_namespace_match_folder = false
|
||||
dotnet_style_null_propagation = true
|
||||
dotnet_style_object_initializer = true
|
||||
dotnet_style_operator_placement_when_wrapping = beginning_of_line
|
||||
|
@ -116,7 +116,7 @@ csharp_style_prefer_top_level_statements = true
|
|||
# Expression-level preferences
|
||||
csharp_prefer_simple_default_expression = true
|
||||
csharp_style_deconstructed_variable_declaration = true
|
||||
csharp_style_implicit_object_creation_when_type_is_apparent = true
|
||||
csharp_style_implicit_object_creation_when_type_is_apparent = false
|
||||
csharp_style_inlined_variable_declaration = true
|
||||
csharp_style_prefer_index_operator = true
|
||||
csharp_style_prefer_local_over_anonymous_function = true
|
||||
|
@ -234,7 +234,9 @@ dotnet_diagnostic.IDE0001.severity = none
|
|||
dotnet_diagnostic.IDE0004.severity = silent
|
||||
dotnet_diagnostic.IDE0005.severity = error
|
||||
dotnet_diagnostic.IDE0008.severity = silent
|
||||
dotnet_diagnostic.IDE0055.severity = silent
|
||||
dotnet_diagnostic.IDE0160.severity = none
|
||||
dotnet_diagnostic.CA1707.severity = silent
|
||||
|
||||
[.github/**/*.yml]
|
||||
charset = utf-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue