@@ -86,4 +86,28 @@ csharp_space_after_cast = true
8686csharp_space_after_keywords_in_control_flow_statements = true
8787csharp_space_between_method_declaration_parameter_list_parentheses = true
8888csharp_space_between_method_call_parameter_list_parentheses = true
89- csharp_space_between_parentheses = control_flow_statements, expressions
89+ csharp_space_between_parentheses = control_flow_statements, expressions
90+
91+ # ide code suppressions
92+ dotnet_diagnostic.IDE0079.severity = none
93+
94+ # style code suppressions
95+ dotnet_diagnostic.SA1002.severity = none
96+ dotnet_diagnostic.SA1003.severity = none
97+ dotnet_diagnostic.SA1008.severity = none
98+ dotnet_diagnostic.SA1009.severity = none
99+ dotnet_diagnostic.SA1101.severity = none
100+ dotnet_diagnostic.SA1127.severity = none
101+ dotnet_diagnostic.SA1128.severity = none
102+ dotnet_diagnostic.SA1201.severity = none
103+ dotnet_diagnostic.SA1202.severity = none
104+ dotnet_diagnostic.SA1204.severity = none
105+ dotnet_diagnostic.SA1205.severity = none
106+ dotnet_diagnostic.SA1208.severity = none
107+ dotnet_diagnostic.SA1217.severity = none
108+ dotnet_diagnostic.SA1311.severity = none
109+ dotnet_diagnostic.SA1400.severity = none
110+ dotnet_diagnostic.SA1502.severity = none
111+ dotnet_diagnostic.SA1516.severity = none
112+ dotnet_diagnostic.SA1600.severity = none
113+ dotnet_diagnostic.SA1633.severity = none
0 commit comments