Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Feb 28, 2024
1 parent 3ed35e2 commit a261bd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions src/LightResults/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[*.cs]
# CA1000: Do not declare static members on generic types
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1000
dotnet_diagnostic.CA1000.severity = none

# CA1716: Identifiers should not match keywords
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/CA1716
dotnet_diagnostic.CA1716.severity = none
1 change: 0 additions & 1 deletion src/LightResults/LightResults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AnalysisLevel>latest-All</AnalysisLevel>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<NoWarn>CA1000;CA1716;CA2225;</NoWarn>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
Expand Down
4 changes: 0 additions & 4 deletions tests/LightResults.Tests/LightResults.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,4 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<Folder Include="Common\"/>
</ItemGroup>

</Project>

0 comments on commit a261bd5

Please sign in to comment.