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:
parent
b2a3477f52
commit
19b1578df9
|
@ -1,10 +1,10 @@
|
||||||
using BizHawk.Common;
|
using System;
|
||||||
|
|
||||||
|
using BizHawk.Common;
|
||||||
using BizHawk.Common.NumberExtensions;
|
using BizHawk.Common.NumberExtensions;
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.Atari.Atari2600
|
namespace BizHawk.Emulation.Cores.Atari.Atari2600
|
||||||
{
|
{
|
||||||
using System;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Spectravideo Compumate Add-on Kevtris Documentation
|
* Spectravideo Compumate Add-on Kevtris Documentation
|
||||||
|
|
||||||
|
|
|
@ -148,9 +148,6 @@
|
||||||
</Rules>
|
</Rules>
|
||||||
|
|
||||||
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers.OrderingRules">
|
<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 -->
|
<!-- Elements should appear in the correct order -->
|
||||||
<Rule Id="SA1201" Action="Hidden" />
|
<Rule Id="SA1201" Action="Hidden" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue