explicit-length-check
rule should not be triggered when length is part of a numeric expression
#1933
Labels
explicit-length-check
rule should not be triggered when length is part of a numeric expression
#1933
The
explicit-length-check
rule is getting triggered in the following context where the length is actually being used for it's numeric value rather than as a boolean. Telling the user to convert it to a logical comparison expression is not appropriate.explicit-length-check
The text was updated successfully, but these errors were encountered: