Skip to content

Commit 0fdaa6b

Browse files
committed
Remove SquiggleCop
1 parent 7c80500 commit 0fdaa6b

File tree

7 files changed

+0
-6407
lines changed

7 files changed

+0
-6407
lines changed

Diff for: build/targets/codeanalysis/CodeAnalysis.props

-10
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<TreatWarningsAsErrors Condition=" '$(ContinuousIntegrationBuild)' == 'true' ">true</TreatWarningsAsErrors>
99
<MSBuildTreatWarningsAsErrors Condition=" '$(ContinuousIntegrationBuild)' == 'true' ">true</MSBuildTreatWarningsAsErrors>
10-
11-
<!--
12-
SquiggleCop is disabled because of bug https://github.com/dotnet/roslyn/issues/76004
13-
When it is fixed, we should re-enable it.
14-
-->
15-
<SquiggleCop_Enabled>false</SquiggleCop_Enabled>
1610
</PropertyGroup>
1711

1812
<ItemGroup>
@@ -38,10 +32,6 @@
3832
<PrivateAssets>all</PrivateAssets>
3933
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4034
</PackageReference>
41-
<PackageReference Include="SquiggleCop.Tasks">
42-
<PrivateAssets>all</PrivateAssets>
43-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
44-
</PackageReference>
4535
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers">
4636
<PrivateAssets>all</PrivateAssets>
4737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Diff for: build/targets/codeanalysis/CodeAnalysis.targets

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PedanticMode Condition=" '$(PedanticMode)' == '' ">$([MSBuild]::ValueOrDefault('$(ContinuousIntegrationBuild)', 'false'))</PedanticMode>
44
<TreatWarningsAsErrors>$(PedanticMode)</TreatWarningsAsErrors>
55
<MSBuildTreatWarningsAsErrors>$(PedanticMode)</MSBuildTreatWarningsAsErrors>
6-
<SquiggleCop_Enabled>$(PedanticMode)</SquiggleCop_Enabled>
76
</PropertyGroup>
87

98
<Target Name="SetErrorLog" BeforeTargets="CoreCompile">

Diff for: build/targets/codeanalysis/Packages.props

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.4" />
66
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
77
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.30.0.95878" />
8-
<PackageVersion Include="SquiggleCop.Tasks" Version="1.0.26" />
98
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48" />
109
<PackageVersion Include="ExhaustiveMatching.Analyzer" Version="0.5.0" />
1110
</ItemGroup>

Diff for: src/EffectiveCSharp.Analyzers/SquiggleCop.Baseline.yaml

-1,571
This file was deleted.

Diff for: src/tools/Dogfood/SquiggleCop.Baseline.yaml

-1,582
This file was deleted.

Diff for: src/tools/PerfDiff/SquiggleCop.Baseline.yaml

-1,585
This file was deleted.

Diff for: tests/EffectiveCSharp.Analyzers.Tests/SquiggleCop.Baseline.yaml

-1,657
This file was deleted.

0 commit comments

Comments
 (0)