We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a609df commit c2789edCopy full SHA for c2789ed
1 file changed
src/.editorconfig
@@ -1478,6 +1478,9 @@ dotnet_diagnostic.S1186.severity = error
1478
# S1206: "Equals(Object)" and "GetHashCode()" should be overridden in pairs
1479
dotnet_diagnostic.S1206.severity = error
1480
1481
+# Floating point numbers should not be tested for equality 浮点数不应测试相等性
1482
+dotnet_diagnostic.S1244.severity = error
1483
+
1484
# S1764: Identical expressions should not be used on both sides of operators
1485
dotnet_diagnostic.S1764.severity = error
1486
0 commit comments