提交 f6d9a87d 编写于 作者: D David Barbet

Fix placement of rule in editorconfig

上级 b32f4e42
......@@ -221,6 +221,9 @@ csharp_preserve_single_line_statements = true
# warning RS0037: PublicAPI.txt is missing '#nullable enable'
dotnet_diagnostic.RS0037.severity = none
# RS0046: Avoid the 'Opt' suffix
dotnet_diagnostic.RS0046.severity = suggestion
[src/CodeStyle/**.{cs,vb}]
# warning RS0005: Do not use generic CodeAction.Create to create CodeAction
dotnet_diagnostic.RS0005.severity = none
......@@ -267,6 +270,3 @@ dotnet_diagnostic.IDE0007.severity = warning
csharp_style_var_for_built_in_types = true:warning
csharp_style_var_when_type_is_apparent = true:warning
csharp_style_var_elsewhere = true:warning
# RS0046: Avoid the 'Opt' suffix
dotnet_diagnostic.RS0046.severity = suggestion
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册