Enforce comment spacing with Stylecop

Fixes #3104
This commit is contained in:
Qstick 2022-11-21 19:51:00 -06:00
parent 52fc5ae1ea
commit c02b66ec44
102 changed files with 299 additions and 300 deletions

View File

@ -42,7 +42,6 @@ csharp_style_var_elsewhere = true:suggestion
# Stylecop Rules
dotnet_diagnostic.SA0001.severity = none
dotnet_diagnostic.SA1005.severity = none
dotnet_diagnostic.SA1025.severity = none
dotnet_diagnostic.SA1101.severity = none
dotnet_diagnostic.SA1116.severity = none