diff --git a/eng/config/rulesets/Shipping.ruleset b/eng/config/rulesets/Shipping.ruleset index 5295e6c3273f3dbd85da3914b21eac102966eef5..379c100933dd455c46410fc5b7e89ffa20ea219d 100644 --- a/eng/config/rulesets/Shipping.ruleset +++ b/eng/config/rulesets/Shipping.ruleset @@ -115,7 +115,6 @@ - diff --git a/src/Compilers/.editorconfig b/src/Compilers/.editorconfig index f5a4d62597da2eca4aa465518999f6e548e497b7..e4be403701abf65cc3f59576a49713a6a032e5cf 100644 --- a/src/Compilers/.editorconfig +++ b/src/Compilers/.editorconfig @@ -6,6 +6,9 @@ dotnet_naming_style.local_function_style.capitalization = camel_case # RS0100: Statements must be placed on their own line dotnet_diagnostic.RS0100.severity = none +# RS0101: Avoid multiple blank lines +dotnet_diagnostic.RS0101.severity = none + # RS0102: Braces must not have blank lines between them dotnet_diagnostic.RS0102.severity = none