1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

fix(.editorconfig): disable "Convert to Primary Constructor" warning

This commit is contained in:
Octol1ttle 2023-12-17 18:39:00 +05:00
parent 8594dfdb9b
commit 0c5d376c8c
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -1022,7 +1022,7 @@ resharper_convert_to_constant_local_highlighting = warning
resharper_convert_to_lambda_expression_highlighting = warning resharper_convert_to_lambda_expression_highlighting = warning
resharper_convert_to_local_function_highlighting = warning resharper_convert_to_local_function_highlighting = warning
resharper_convert_to_null_coalescing_compound_assignment_highlighting = warning resharper_convert_to_null_coalescing_compound_assignment_highlighting = warning
resharper_convert_to_primary_constructor_highlighting = warning resharper_convert_to_primary_constructor_highlighting = none
resharper_convert_to_static_class_highlighting = warning resharper_convert_to_static_class_highlighting = warning
resharper_convert_to_using_declaration_highlighting = warning resharper_convert_to_using_declaration_highlighting = warning
resharper_convert_type_check_pattern_to_null_check_highlighting = warning resharper_convert_type_check_pattern_to_null_check_highlighting = warning