Skip to content

Commit

Permalink
Disable SquiggleCop for PerfDiff (#244)
Browse files Browse the repository at this point in the history
To streamline the development workflow I've disabled SquiggleCop for the
PerfDiff project.

PerfDiff isn't "shipping" code, and it's a frequent source of missed
SquiggleCop updates because it isn't part of the `sln`.
  • Loading branch information
MattKotsenas authored Oct 26, 2024
1 parent 3478ff1 commit b939a59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,606 deletions.
1 change: 1 addition & 0 deletions src/tools/PerfDiff/PerfDiff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<NonShipping>true</NonShipping>
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
<SquiggleCop_Enabled>false</SquiggleCop_Enabled>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit b939a59

Please sign in to comment.