Enable SA1015 and fix noncompliance
"Closing generic brackets should be spaced correctly"
This commit is contained in:
parent
3c02545066
commit
f76f301f8d
|
@ -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" />
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue