Skip to content

Commit cb35354

Browse files
committed
Update .editorconfig
1 parent c6ac9d6 commit cb35354

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dotnetv4/.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,6 @@ dotnet_diagnostic.S1118.severity = none
164164
# S1104: Disable encapsulation warnings.
165165
dotnet_diagnostic.S1104.severity = none
166166
# S1854: Disable unused variable warnings.
167-
dotnet_diagnostic.S1854.severity = none
167+
dotnet_diagnostic.S1854.severity = none
168+
# SA1401: Disable encapsulation warnings.
169+
dotnet_diagnostic.SA1401.severity = none

0 commit comments

Comments
 (0)