Skip to content

Commit c2789ed

Browse files
committed
Update
1 parent 5a609df commit c2789ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,9 @@ dotnet_diagnostic.S1186.severity = error
14781478
# S1206: "Equals(Object)" and "GetHashCode()" should be overridden in pairs
14791479
dotnet_diagnostic.S1206.severity = error
14801480

1481+
# Floating point numbers should not be tested for equality 浮点数不应测试相等性
1482+
dotnet_diagnostic.S1244.severity = error
1483+
14811484
# S1764: Identical expressions should not be used on both sides of operators
14821485
dotnet_diagnostic.S1764.severity = error
14831486

0 commit comments

Comments
 (0)