-
Notifications
You must be signed in to change notification settings - Fork 77
DIR-4-15: Add support for fpclassify() functions. #875
Copy link
Copy link
Open
Labels
Difficulty-LowA false positive or false negative report which is expected to take <1 day effort to addressA false positive or false negative report which is expected to take <1 day effort to addressImpact-Lowfalse positive/false negativeAn issue related to observed false positives or false negatives.An issue related to observed false positives or false negatives.
Metadata
Metadata
Assignees
Labels
Difficulty-LowA false positive or false negative report which is expected to take <1 day effort to addressA false positive or false negative report which is expected to take <1 day effort to addressImpact-Lowfalse positive/false negativeAn issue related to observed false positives or false negatives.An issue related to observed false positives or false negatives.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Affected rules
DIR-4-15\Description
The first implementation of the rule handles guards of the form
isinf,isnan,isfinite,iszero, etc., however, it doesn't support guards relating tofpclassify().Example