From 4695c96711b46c751d512acc8cc4516f9a596cbd Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Tue, 26 Sep 2017 08:36:52 -0400 Subject: [PATCH] Thought this exception was more applicable here than SC2072? --- SC2071.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2071.md b/SC2071.md index 876637c..c891c8b 100644 --- a/SC2071.md +++ b/SC2071.md @@ -27,4 +27,4 @@ If you want to compare numbers by value, use the numerical comparison operators ### Exceptions: -None. \ No newline at end of file +If the strings happen to be version numbers and you're using <, or > to compare them as strings, and you consider this an acceptable thing to do, then you can ignore this warning. \ No newline at end of file