Skip to content

Commit 250d024

Browse files
authored
add <EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> to analyzers project (#187)
1 parent 7c2036d commit 250d024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1010
<DevelopmentDependency>true</DevelopmentDependency>
1111
<NoPackageAnalysis>true</NoPackageAnalysis>
12+
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
1213
</PropertyGroup>
1314

1415
<PropertyGroup>

0 commit comments

Comments
 (0)