Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c47d50d

Browse files
committed
Re-enable CodeAnalysis on GitHub.App.
1 parent 2f6b7d9 commit c47d50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/GitHub.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<DefineConstants>DEBUG;TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
33-
<RunCodeAnalysis>false</RunCodeAnalysis>
33+
<RunCodeAnalysis>true</RunCodeAnalysis>
3434
<CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
3535
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3636
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>

0 commit comments

Comments
 (0)