From 3785d73a9054554a3a8be0864556a976117574af Mon Sep 17 00:00:00 2001 From: John Lewin Date: Wed, 4 Mar 2020 00:53:25 -0800 Subject: [PATCH] Revert additions --- StyleCop.ruleset | 103 ----------------------------------------------- stylecop.json | 8 ---- 2 files changed, 111 deletions(-) delete mode 100644 StyleCop.ruleset delete mode 100644 stylecop.json diff --git a/StyleCop.ruleset b/StyleCop.ruleset deleted file mode 100644 index abaca26d1..000000000 --- a/StyleCop.ruleset +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/stylecop.json b/stylecop.json deleted file mode 100644 index 7a611b823..000000000 --- a/stylecop.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", - "settings": { - "orderingRules": { - "usingDirectivesPlacement": "outsideNamespace" - } - } -} \ No newline at end of file