Skip to content

Commit

Permalink
Merge pull request #23 from aksio-system:warnings-as-errors
Browse files Browse the repository at this point in the history
Warnings-as-errors
  • Loading branch information
einari authored Sep 22, 2021
2 parents fd82206 + 51f730f commit 1924c48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Defaults.Specs/Aksio.Defaults.Specs.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors>True</CodeAnalysisTreatWarningsAsErrors>
<StyleCopTreatErrorsAsWarnings>True</StyleCopTreatErrorsAsWarnings>
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>

<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<IsTestProject>false</IsTestProject>
Expand Down
1 change: 1 addition & 0 deletions Source/Defaults/Aksio.Defaults.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors>True</CodeAnalysisTreatWarningsAsErrors>
<StyleCopTreatErrorsAsWarnings>True</StyleCopTreatErrorsAsWarnings>
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>

<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
1 change: 1 addition & 0 deletions Source/Defaults/code_analysis.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<Rules AnalyzerId="Roslynator.CSharp.Analyzers" RuleNamespace="Roslynator.CSharp.Analyzers">
<Rule Id="RCS1018" Action="None" />
<Rule Id="RCS1057" Action="Error" />
<Rule Id="RCS1079" Action="None" />
<Rule Id="RCS1158" Action="None" />
<Rule Id="RCS1182" Action="Error" />
<Rule Id="RCS1194" Action="None" />
Expand Down

0 comments on commit 1924c48

Please sign in to comment.