Skip to content

Commit 25e6142

Browse files
committed
1 parent 5b72eb5 commit 25e6142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.globalconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,10 @@ dotnet_diagnostic.CA1846.severity = warning
510510
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847
511511
dotnet_diagnostic.CA1847.severity = warning
512512

513+
# CA1852: Seal internal types
514+
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852
515+
dotnet_diagnostic.CA1852.severity = warning
516+
513517
# CA1868: Unnecessary call to 'Contains' for sets
514518
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1868
515519
dotnet_diagnostic.CA1868.severity = warning

0 commit comments

Comments
 (0)