Skip to content

Commit

Permalink
Remove CodeAnalysis ruleset as it is not used
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jakubfijalkowski committed Dec 30, 2024
1 parent 8ee4d8d commit 325b6cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 128 deletions.
119 changes: 0 additions & 119 deletions LeanCode.CodeAnalysis.ruleset

This file was deleted.

3 changes: 0 additions & 3 deletions src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<ItemGroup>
<None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />

<None Include="LeanCode.CodeAnalysis.props" Pack="true" PackagePath="build" />
<None Include="$(CodeAnalysisSettingsLocation)/LeanCode.CodeAnalysis.ruleset" Pack="true" PackagePath="build" />

<AdditionalFiles Include="AnalyzerReleases.Shipped.md" />
</ItemGroup>
</Project>
6 changes: 0 additions & 6 deletions src/Tools/LeanCode.CodeAnalysis/LeanCode.CodeAnalysis.props

This file was deleted.

0 comments on commit 325b6cc

Please sign in to comment.