Skip to content

Commit

Permalink
SA1600: Elements should be documented
Browse files Browse the repository at this point in the history
XML docs for test classes are nor required
  • Loading branch information
raman-m committed Apr 10, 2024
1 parent fb0c16a commit 3ed30e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/Cake.Coveralls.Tests/Cake.Coveralls.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<DebugType>full</DebugType>
<IsPackable>false</IsPackable>
<CodeAnalysisRuleSet>..\Cake.Coveralls.ruleset</CodeAnalysisRuleSet>
<NoWarn>$(NoWarn);SA1600</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,9 +31,6 @@

<ItemGroup>
<ProjectReference Include="..\Cake.Coveralls\Cake.Coveralls.csproj" />
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

Expand Down

0 comments on commit 3ed30e3

Please sign in to comment.