提交 a86fa466 编写于 作者: C Cyrus Najmabadi

fix tests

上级 8cf39dc1
......@@ -365,6 +365,9 @@ public void CSharp_VerifyIDEDiagnosticSeveritiesAreConfigurable()
# IDE0073
dotnet_diagnostic.IDE0073.severity = %value%
# IDE0074
dotnet_style_prefer_compound_assignment = true:suggestion
# IDE1005
csharp_style_conditional_delegate_call = true:suggestion
......@@ -862,6 +865,9 @@ public void CSharp_VerifyIDECodeStyleOptionsAreConfigurable()
# IDE0073, FileHeaderTemplate
file_header_template = unset
# IDE0074, PreferCompoundAssignment
dotnet_style_prefer_compound_assignment = true:suggestion
# IDE1005, PreferConditionalDelegateCall
csharp_style_conditional_delegate_call = true:suggestion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册