Skip to content

Commit 985cb4e

Browse files
committed
Update
1 parent 419e16c commit 985cb4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,9 @@ dotnet_diagnostic.S125.severity = suggestion
14021402
# Unused assignments should be removed
14031403
dotnet_diagnostic.S1854.severity = suggestion
14041404

1405+
# Underscores should be used to make large numbers readable
1406+
dotnet_diagnostic.S2148.severity = suggestion
1407+
14051408
# "Exception" should not be caught
14061409
dotnet_diagnostic.S2221.severity = suggestion
14071410

@@ -1444,9 +1447,6 @@ dotnet_diagnostic.S1312.severity = none
14441447
# 如何让检测通过?
14451448
dotnet_diagnostic.S1451.severity = none
14461449

1447-
# Underscores should be used to make large numbers readable
1448-
dotnet_diagnostic.S2148.severity = none
1449-
14501450
# Optional parameters should not be used
14511451
# 尽量使用方法重载,少用默认值
14521452
dotnet_diagnostic.S2360.severity = none

0 commit comments

Comments
 (0)