Skip to content

Commit 2d6457e

Browse files
committed
C#: Set the precision of cs/equality-on-floats to high.
1 parent 8857f0d commit 2d6457e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Likely Bugs/EqualityCheckOnFloats.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* computation does not follow the standard rules of algebra.
66
* @kind problem
77
* @problem.severity warning
8-
* @precision medium
8+
* @precision high
99
* @id cs/equality-on-floats
1010
* @tags reliability
1111
* correctness

0 commit comments

Comments
 (0)