Enable SA1015 and fix noncompliance

"Closing generic brackets should be spaced correctly"
This commit is contained in:
YoshiRulz 2020-06-21 10:30:16 +10:00 committed by zeromus
parent 3c02545066
commit f76f301f8d
2 changed files with 1 additions and 4 deletions
Common.ruleset
src/BizHawk.Client.DiscoHawk

View File

@ -274,9 +274,6 @@
<!-- Closing braces should be spaced correctly -->
<Rule Id="SA1013" Action="Hidden" />
<!-- Closing generic brackets should be spaced correctly -->
<Rule Id="SA1015" Action="Hidden" />
<!-- Member access symbols should be spaced correctly -->
<Rule Id="SA1019" Action="Hidden" />

View File

@ -203,7 +203,7 @@ namespace BizHawk.Client.DiscoHawk
string dirArg = null;
string infile = null;
var loadDiscInterface = DiscInterface.BizHawk;
var compareDiscInterfaces = new List<DiscInterface> ();
var compareDiscInterfaces = new List<DiscInterface>();
bool hawk = false;
int idx = 0;