Enable SA1200 and fix noncompliance

"Using directives should be placed correctly"
i.e. before and outside namespaces as per .stylecop.json
This commit is contained in:
YoshiRulz 2020-01-25 18:36:50 +10:00
parent b2a3477f52
commit 19b1578df9
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,10 @@
using BizHawk.Common;
using System;
using BizHawk.Common;
using BizHawk.Common.NumberExtensions;
namespace BizHawk.Emulation.Cores.Atari.Atari2600
{
using System;
/*
* Spectravideo Compumate Add-on Kevtris Documentation

View File

@ -148,9 +148,6 @@
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers.OrderingRules">
<!-- Using directives should be placed correctly -->
<Rule Id="SA1200" Action="Hidden" />
<!-- Elements should appear in the correct order -->
<Rule Id="SA1201" Action="Hidden" />