File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1402,6 +1402,9 @@ dotnet_diagnostic.S125.severity = suggestion
14021402# Unused assignments should be removed
14031403dotnet_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
14061409dotnet_diagnostic.S2221.severity = suggestion
14071410
@@ -1444,9 +1447,6 @@ dotnet_diagnostic.S1312.severity = none
14441447# 如何让检测通过?
14451448dotnet_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# 尽量使用方法重载,少用默认值
14521452dotnet_diagnostic.S2360.severity = none
You can’t perform that action at this time.
0 commit comments