Skip to content

Commit

Permalink
Enforce style on build.
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesv committed Jul 21, 2024
1 parent 4f51801 commit b25a4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors Condition="'$(TreatWarningsAsErrors)' == ''">true</TreatWarningsAsErrors>
<NoWarn>CS1591;SA1600;SA0001;IDE0290</NoWarn>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>

<PropertyGroup>

0 comments on commit b25a4f0

Please sign in to comment.