Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 0f66c17

Browse files
committed
style: Update .editorconfig
1 parent d13f301 commit 0f66c17

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,19 @@ dotnet_diagnostic.CA2254.severity = none
435435

436436

437437

438+
###############################
439+
# Message adjustment #
440+
###############################
441+
442+
# CA2211: Non-constant fields should not be visible
443+
dotnet_diagnostic.CA2211.severity = warning
444+
445+
# CA1852: Seal internal types (disabled for Program.cs to not show the warning to top-level programs)
446+
dotnet_diagnostic.CA1852.severity = warning
447+
[Program.cs]
448+
dotnet_diagnostic.CA1852.severity = none
449+
450+
438451
###############################
439452
# VB Coding Conventions #
440453
###############################

0 commit comments

Comments
 (0)