From 19b1578df9a936b856787c04abaabb38bb911d07 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 25 Jan 2020 18:36:50 +1000 Subject: [PATCH] Enable SA1200 and fix noncompliance "Using directives should be placed correctly" i.e. before and outside namespaces as per .stylecop.json --- BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs | 6 +++--- Common.ruleset | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs index a52f3f0269..9131daf1ae 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs @@ -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 diff --git a/Common.ruleset b/Common.ruleset index 5451e7ba9f..361819e4a1 100644 --- a/Common.ruleset +++ b/Common.ruleset @@ -148,9 +148,6 @@ - - -