From 325b6cc6c81657f3d577c7c2ed4e0c7a1cb261f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fija=C5=82kowski?= Date: Mon, 30 Dec 2024 14:34:10 +0100 Subject: [PATCH] Remove CodeAnalysis ruleset as it is not used It also won't be distributed with the LeanCode.CodeAnalysis project. Each project should specify their own rules (or base it on .editorconfig file, but not ruleset for sure). This fixes the `Pack` step. --- LeanCode.CodeAnalysis.ruleset | 119 ------------------ .../LeanCode.CodeAnalysis.csproj | 3 - .../LeanCode.CodeAnalysis.props | 6 - 3 files changed, 128 deletions(-) delete mode 100644 LeanCode.CodeAnalysis.ruleset delete mode 100644 src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.props diff --git a/LeanCode.CodeAnalysis.ruleset b/LeanCode.CodeAnalysis.ruleset deleted file mode 100644 index e198ee4ab..000000000 --- a/LeanCode.CodeAnalysis.ruleset +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.csproj b/src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.csproj index 274a85fa1..3f4012e2b 100644 --- a/src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.csproj +++ b/src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.csproj @@ -17,9 +17,6 @@ - - - diff --git a/src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.props b/src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.props deleted file mode 100644 index 612024e1e..000000000 --- a/src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.props +++ /dev/null @@ -1,6 +0,0 @@ - - - - $(MSBuildThisFileDirectory)LeanCode.CodeAnalysis.ruleset - -