Skip to content

Commit 8c32fcb

Browse files
committed
Removing StyleCop.
1 parent 111a67c commit 8c32fcb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/PostSharp.Engineering.Sdk/CodeQuality.targets

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
88
<RunAnalyzersDuringLiveAnalysis>true</RunAnalyzersDuringLiveAnalysis>
99
<WarningLevel>4</WarningLevel>
10-
<StyleCopVersion Condition="'$(StyleCopVersion)'==''">1.2.0-beta.556</StyleCopVersion>
1110
</PropertyGroup>
1211

1312
<!-- Documentation -->
@@ -23,20 +22,4 @@
2322
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2423
</PropertyGroup>
2524

26-
<!-- Stylecop -->
27-
<ItemGroup Condition="'$(DisableCodeQuality)'!='True' AND '$(DisableStyleCop)'!='True'">
28-
<PackageReference Include="StyleCop.Analyzers"
29-
VersionOverride="$(StyleCopVersion)"
30-
Condition="'$(ManagePackageVersionsCentrally)'=='true' AND '$(EnforceCodeStyleInBuild)'=='True'"
31-
PrivateAssets="All" />
32-
<PackageReference Include="StyleCop.Analyzers"
33-
Version="$(StyleCopVersion)"
34-
Condition="'$(ManagePackageVersionsCentrally)'!='true' AND '$(EnforceCodeStyleInBuild)'=='True'"
35-
PrivateAssets="All" />
36-
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\assets\stylecop.json"
37-
Condition="'$(EnforceCodeStyleInBuild)'=='True'"
38-
Link="stylecop.json"
39-
Pack="false" />
40-
</ItemGroup>
41-
4225
</Project>

0 commit comments

Comments
 (0)