Skip to content

Commit 1207736

Browse files
committed
Suppressing analyzer rule for tables, due to external code
1 parent 672fccf commit 1207736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/src/Microsoft.Azure.WebJobs.Extensions.Tables.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
SA1636;<!-- Some code was copied, we can't change the license header -->
1111
CS0618; <!-- Obsolete APIs -->
1212
CS1591; <!-- XML docs -->
13+
SA1402; <!-- Webjobs sources package has files with multiple types -->
1314
</NoWarn>
1415
<InheritDocTrimLevel>internal</InheritDocTrimLevel>
1516
</PropertyGroup>

0 commit comments

Comments
 (0)